Html Css Color HEX #777606 Olive

📋 copy color: '#777606'

red 119 ◦ green 118 ◦ blue 6

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

Shades of Olive #777606

Tints of Olive #777606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

 BLUE value IS 6 (2.73% from 255) = 2.47%

R = 48.97%
G = 48.56%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#777606 (or 0x777606) is known color: Olive. HEX triplet: 77, 76 and 06. RGB value is (119,118,6). Sum of RGB (Red+Green+Blue) = 119+118+6=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #777606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777606 is #8889F9. Grayscale: #696969. Windows color (decimal): -8948218 or 423543. OLE color: 423543.

HSL color Cylindrical-coordinate representation of color #777606: hue angle of 59.47º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #777606 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 6 -
CMYK 0 0.01 0.95 0.53
HSL 59.47º 0.9% 0.25% -
HSV(B) 59.47º 0.95% 0.47% -
XYZ 14.12 16.89 2.69 -
YUV 105.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 119 118 6 0 0.01 0.95 0.53 59.47 0.9 0.25
Hex 77 76 6 0 1 5F 35 3B 5A 19
Octal 167 166 6 0 1 137 65 73 132 31
Binary 1110111 1110110 110 0 1 1011111 110101 111011 1011010 11001

Color Harmonies of #777606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777606

Black with #777606

Text Example


Text Example

White with #777606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777606; }

 p { color: rgb(119,118,6); }

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

background-color css

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

 a { background-color: rgb(119,118,6); }

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

border-color css

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

 span { border-color: rgb(119,118,6); }

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