#776F03

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

Shades of Olive #776F03

Tints of Olive #776F03

Color information

#776F03 (or 0x776F03) is unknown color: approx Olive. HEX triplet: 77, 6F and 03. RGB value is (119,111,3). Sum of RGB (Red+Green+Blue) = 119+111+3=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #776F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F03 is #8890FC. Grayscale: #656565. Windows color (decimal): -8950013 or 225143. OLE color: 225143.

HSL color Cylindrical-coordinate representation of color #776F03: hue angle of 55.86º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #776F03 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1191113-
CMYK00.070.970.53
HSL55.86º95.08%23.92%-
HSV(B)55.86º97.48%46.67%-
XYZ13.3115.32.34-
YUV101.0872.65140.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=51.07%
G=47.64%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119111300.070.970.5355.8695.0823.92
Hex776F3076135385f18
Octal167157307141657013730
Binary111011111011111101111100001110101111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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