#776F01

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

Shades of Olive #776F01

Tints of Olive #776F01

Color information

#776F01 (or 0x776F01) is unknown color: approx Olive. HEX triplet: 77, 6F and 01. RGB value is (119,111,1). Sum of RGB (Red+Green+Blue) = 119+111+1=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F01 is #8890FE. Grayscale: #656565. Windows color (decimal): -8950015 or 94071. OLE color: 94071.

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

Color convert

RGB1191111-
CMYK00.070.990.53
HSL55.93º98.33%23.53%-
HSV(B)55.93º99.16%46.67%-
XYZ13.315.292.28-
YUV100.8571.65140.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=51.52%
G=48.05%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119111100.070.990.5355.9398.3323.53
Hex776F1076335386218
Octal167157107143657014230
Binary11101111101111101111100011110101111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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