Html Css Color HEX #776600 Olive

📋 copy color: '#776600'

red 119 ◦ green 102 ◦ blue 0

#776600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #776600

Tints of Olive #776600

RGB

 RED value IS 119 (46.88% from 255) = 53.85%

 GREEN value IS 102 (40.23% from 255) = 46.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#776600 (or 0x776600) is known color: Olive. HEX triplet: 77, 66 and 00. RGB value is (119,102,0). Sum of RGB (Red+Green+Blue) = 119+102+0=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #776600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776600 is #8899FF. Grayscale: #5F5F5F. Windows color (decimal): -8952320 or 26231. OLE color: 26231.

HSL color Cylindrical-coordinate representation of color #776600: hue angle of 51.43º 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 #776600 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 0 -
CMYK 0 0.14 1 0.53
HSL 51.43º 1% 0.23% -
HSV(B) 51.43º 1% 0.47% -
XYZ 12.36 13.42 1.94 -
YUV 95.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 119 102 0 0 0.14 1 0.53 51.43 1 0.23
Hex 77 66 0 0 E 64 35 33 64 17
Octal 167 146 0 0 16 144 65 63 144 27
Binary 1110111 1100110 0 0 1110 1100100 110101 110011 1100100 10111

Color Harmonies of #776600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776600

Black with #776600

Text Example


Text Example

White with #776600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776600; }

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

 H1.HeaderClassName
 {
   color: #776600;
 }
 .AnyTagClassName
 {
   color: #776600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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