Html Css Color HEX #779409 Olive

📋 copy color: '#779409'

red 119 ◦ green 148 ◦ blue 9

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

Shades of Olive #779409

Tints of Olive #779409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

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

R = 43.12%
G = 53.62%
B = 3.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#779409 (or 0x779409) is known color: Olive. HEX triplet: 77, 94 and 09. RGB value is (119,148,9). Sum of RGB (Red+Green+Blue) = 119+148+9=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #779409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779409 is #886BF6. Grayscale: #7C7C7C. Windows color (decimal): -8940535 or 627831. OLE color: 627831.

HSL color Cylindrical-coordinate representation of color #779409: hue angle of 72.52º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #779409 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 9 -
CMYK 0.20 0 0.94 0.42
HSL 72.52º 0.89% 0.31% -
HSV(B) 72.52º 0.94% 0.58% -
XYZ 18.25 25.12 4.15 -
YUV 123.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 119 148 9 0.20 0 0.94 0.42 72.52 0.89 0.31
Hex 77 94 9 14 0 5E 2A 49 59 1F
Octal 167 224 11 24 0 136 52 111 131 37
Binary 1110111 10010100 1001 10100 0 1011110 101010 1001001 1011001 11111

Color Harmonies of #779409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779409

Black with #779409

Text Example


Text Example

White with #779409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779409; }

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

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

background-color css

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

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

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

border-color css

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

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

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