#776D01

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

Shades of Olive #776D01

Tints of Olive #776D01

Color information

#776D01 (or 0x776D01) is unknown color: approx Olive. HEX triplet: 77, 6D and 01. RGB value is (119,109,1). Sum of RGB (Red+Green+Blue) = 119+109+1=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #776D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D01 is #8892FE. Grayscale: #646464. Windows color (decimal): -8950527 or 93559. OLE color: 93559.

HSL color Cylindrical-coordinate representation of color #776D01: hue angle of 54.92º 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 #776D01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1191091-
CMYK00.080.990.53
HSL54.92º98.33%23.53%-
HSV(B)54.92º99.16%46.67%-
XYZ13.0814.862.21-
YUV99.6872.31141.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 109 (42.97% from 255) = 47.60%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=51.97%
G=47.60%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119109100.080.990.5354.9298.3323.53
Hex776D1086335376218
Octal1671551010143656714230
Binary111011111011011010001100011110101110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776D01; }

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

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

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

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

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

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

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

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