#788001

Color #788001 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #788001

Tints of Olive #788001

Color information

#788001 (or 0x788001) is unknown color: approx Olive. HEX triplet: 78, 80 and 01. RGB value is (120,128,1). Sum of RGB (Red+Green+Blue) = 120+128+1=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #788001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788001 is #877FFE. Grayscale: #6F6F6F. Windows color (decimal): -8880127 or 98424. OLE color: 98424.

HSL color Cylindrical-coordinate representation of color #788001: hue angle of 63.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #788001 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB1201281-
CMYK0.0600.990.50
HSL63.78º98.45%25.29%-
HSV(B)63.78º99.22%50.2%-
XYZ15.4719.432.96-
YUV111.1365.85134.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=48.19%
G=51.41%
B=0.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12012810.0600.990.5063.7898.4525.29
Hex78801606332406219
Octal1702001601436210014231
Binary1111000100000001110011000111100101000000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788001; }

 p { color: rgb(120,128,1); }

 H1.HeaderClassName
 {
   color: #788001;
 }
 .AnyTagClassName
 {
   color: #788001;
 }
</style>
background-color css

<style>
 a { background-color: #788001; }

 a { background-color: rgb(120,128,1); }

 div.DivClassName
 {
   background-color: #788001;
 }
 .BgClassName
 {
   background-color: #788001;
 }
</style>
border-color css

<style>
 span { border-color: #788001; }

 span { border-color: rgb(120,128,1); }

 td.TdClassName
 {
   border-color: #788001;
 }
 .TagClassName
 {
   border-color: #788001;
 }
</style>