#776B00

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

Shades of Olive #776B00

Tints of Olive #776B00

Color information

#776B00 (or 0x776B00) is unknown color: approx Olive. HEX triplet: 77, 6B and 00. RGB value is (119,107,0). Sum of RGB (Red+Green+Blue) = 119+107+0=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #776B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776B00 is #8894FF. Grayscale: #626262. Windows color (decimal): -8951040 or 27511. OLE color: 27511.

HSL color Cylindrical-coordinate representation of color #776B00: hue angle of 53.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776B00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1191070-
CMYK00.1010.53
HSL53.95º100%23.33%-
HSV(B)53.95º100%46.67%-
XYZ12.8714.442.11-
YUV98.3972.48142.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 107 (42.19% from 255) = 47.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.65%
G=47.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119107000.1010.5353.9510023.33
Hex776B00A6435366417
Octal1671530012144656614427
Binary111011111010110010101100100110101110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,0); }

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

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

 a { background-color: rgb(119,107,0); }

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

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

 span { border-color: rgb(119,107,0); }

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