Html Css Color HEX #777009 Olive

📋 copy color: '#777009'

red 119 ◦ green 112 ◦ blue 9

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

Shades of Olive #777009

Tints of Olive #777009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 9 (3.91% from 255) = 3.75%

R = 49.58%
G = 46.67%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#777009 (or 0x777009) is known color: Olive. HEX triplet: 77, 70 and 09. RGB value is (119,112,9). Sum of RGB (Red+Green+Blue) = 119+112+9=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #777009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777009 is #888FF6. Grayscale: #666666. Windows color (decimal): -8949751 or 618615. OLE color: 618615.

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

Color convert

RGB 119 112 9 -
CMYK 0 0.06 0.92 0.53
HSL 56.18º 0.86% 0.25% -
HSV(B) 56.18º 0.92% 0.47% -
XYZ 13.45 15.53 2.55 -
YUV 102.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 119 112 9 0 0.06 0.92 0.53 56.18 0.86 0.25
Hex 77 70 9 0 6 5C 35 38 56 19
Octal 167 160 11 0 6 134 65 70 126 31
Binary 1110111 1110000 1001 0 110 1011100 110101 111000 1010110 11001

Color Harmonies of #777009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777009

Black with #777009

Text Example


Text Example

White with #777009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777009; }

 p { color: rgb(119,112,9); }

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

background-color css

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

 a { background-color: rgb(119,112,9); }

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

border-color css

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

 span { border-color: rgb(119,112,9); }

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