#786B02

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

Shades of Olive #786B02

Tints of Olive #786B02

Color information

#786B02 (or 0x786B02) is unknown color: approx Olive. HEX triplet: 78, 6B and 02. RGB value is (120,107,2). Sum of RGB (Red+Green+Blue) = 120+107+2=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #786B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786B02 is #8794FD. Grayscale: #636363. Windows color (decimal): -8885502 or 158584. OLE color: 158584.

HSL color Cylindrical-coordinate representation of color #786B02: hue angle of 53.39º 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 #786B02 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1201072-
CMYK00.110.980.53
HSL53.39º96.72%23.92%-
HSV(B)53.39º98.33%47.06%-
XYZ13.0114.512.17-
YUV98.9273.31143.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 107 (42.19% from 255) = 46.72%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=52.40%
G=46.72%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120107200.110.980.5353.3996.7223.92
Hex786B20B6235356118
Octal1701532013142656514130
Binary1111000110101110010111100010110101110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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