#776402

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

Shades of Olive #776402

Tints of Olive #776402

Color information

#776402 (or 0x776402) is unknown color: approx Olive. HEX triplet: 77, 64 and 02. RGB value is (119,100,2). Sum of RGB (Red+Green+Blue) = 119+100+2=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #776402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776402 is #889BFD. Grayscale: #5E5E5E. Windows color (decimal): -8952830 or 156791. OLE color: 156791.

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

Color convert

RGB1191002-
CMYK00.160.980.53
HSL50.26º96.69%23.73%-
HSV(B)50.26º98.32%46.67%-
XYZ12.1813.041.93-
YUV94.5175.79145.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 100 (39.45% from 255) = 45.25%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=53.85%
G=45.25%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119100200.160.980.5350.2696.6923.73
Hex776420106235326118
Octal1671442020142656214130
Binary11101111100100100100001100010110101110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776402; }

 p { color: rgb(119,100,2); }

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

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

 a { background-color: rgb(119,100,2); }

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

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

 span { border-color: rgb(119,100,2); }

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