#78800B

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

Shades of Olive #78800B

Tints of Olive #78800B

Color information

#78800B (or 0x78800B) is unknown color: approx Olive. HEX triplet: 78, 80 and 0B. RGB value is (120,128,11). Sum of RGB (Red+Green+Blue) = 120+128+11=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #78800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78800B is #877FF4. Grayscale: #707070. Windows color (decimal): -8880117 or 753784. OLE color: 753784.

HSL color Cylindrical-coordinate representation of color #78800B: hue angle of 64.1º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78800B is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB12012811-
CMYK0.0600.910.50
HSL64.1º84.17%27.25%-
HSV(B)64.1º91.41%50.2%-
XYZ15.5319.463.25-
YUV112.2770.85133.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 11 (4.69% from 255) = 4.25%
R=46.33%
G=49.42%
B=4.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120128110.0600.910.5064.184.1727.25
Hex7880B605B3240541b
Octal17020013601336210012433
Binary1111000100000001011110010110111100101000000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78800B; }

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

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

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

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

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

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

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

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