#776201

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

Shades of Olive #776201

Tints of Olive #776201

Color information

#776201 (or 0x776201) is unknown color: approx Olive. HEX triplet: 77, 62 and 01. RGB value is (119,98,1). Sum of RGB (Red+Green+Blue) = 119+98+1=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #776201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776201 is #889DFE. Grayscale: #5D5D5D. Windows color (decimal): -8953343 or 90743. OLE color: 90743.

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

Color convert

RGB119981-
CMYK00.180.990.53
HSL49.32º98.33%23.53%-
HSV(B)49.32º99.16%46.67%-
XYZ11.9812.661.84-
YUV93.2275.96146.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=54.59%
G=44.95%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11998100.180.990.5349.3298.3323.53
Hex776210126335316218
Octal1671421022143656114230
Binary1110111110001010100101100011110101110001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776201; }

 p { color: rgb(119,98,1); }

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

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

 a { background-color: rgb(119,98,1); }

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

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

 span { border-color: rgb(119,98,1); }

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