#786602

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

Shades of Olive #786602

Tints of Olive #786602

Color information

#786602 (or 0x786602) is unknown color: approx Olive. HEX triplet: 78, 66 and 02. RGB value is (120,102,2). Sum of RGB (Red+Green+Blue) = 120+102+2=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #786602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786602 is #8799FD. Grayscale: #606060. Windows color (decimal): -8886782 or 157304. OLE color: 157304.

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

Color convert

RGB1201022-
CMYK00.150.980.53
HSL50.85º96.72%23.92%-
HSV(B)50.85º98.33%47.06%-
XYZ12.5113.52-
YUV95.9874.96145.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=53.57%
G=45.54%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120102200.150.980.5350.8596.7223.92
Hex786620F6235336118
Octal1701462017142656314130
Binary1111000110011010011111100010110101110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786602; }

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

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

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

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

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

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

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

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