#786E02

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

Shades of Olive #786E02

Tints of Olive #786E02

Color information

#786E02 (or 0x786E02) is unknown color: approx Olive. HEX triplet: 78, 6E and 02. RGB value is (120,110,2). Sum of RGB (Red+Green+Blue) = 120+110+2=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #786E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786E02 is #8791FD. Grayscale: #656565. Windows color (decimal): -8884734 or 159352. OLE color: 159352.

HSL color Cylindrical-coordinate representation of color #786E02: hue angle of 54.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #786E02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1201102-
CMYK00.080.980.53
HSL54.92º96.72%23.92%-
HSV(B)54.92º98.33%47.06%-
XYZ13.3315.152.28-
YUV100.6872.31141.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=51.72%
G=47.41%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120110200.080.980.5354.9296.7223.92
Hex786E2086235376118
Octal1701562010142656714130
Binary1111000110111010010001100010110101110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E02; }

 p { color: rgb(120,110,2); }

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

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

 a { background-color: rgb(120,110,2); }

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

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

 span { border-color: rgb(120,110,2); }

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