#776302

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

Shades of Olive #776302

Tints of Olive #776302

Color information

#776302 (or 0x776302) is unknown color: approx Olive. HEX triplet: 77, 63 and 02. RGB value is (119,99,2). Sum of RGB (Red+Green+Blue) = 119+99+2=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #776302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776302 is #889CFD. Grayscale: #5E5E5E. Windows color (decimal): -8953086 or 156535. OLE color: 156535.

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

Color convert

RGB119992-
CMYK00.170.980.53
HSL49.74º96.69%23.73%-
HSV(B)49.74º98.32%46.67%-
XYZ12.0812.851.9-
YUV93.9276.13145.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=54.09%
G=45%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11999200.170.980.5349.7496.6923.73
Hex776320116235326118
Octal1671432021142656214130
Binary11101111100011100100011100010110101110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776302; }

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

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

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

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

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

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

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

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