Html Css Color HEX #79770E Olive

📋 copy color: '#79770E'

red 121 ◦ green 119 ◦ blue 14

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

Shades of Olive #79770E

Tints of Olive #79770E

RGB

 RED value IS 121 (47.66% from 255) = 47.64%

 GREEN value IS 119 (46.88% from 255) = 46.85%

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 47.64%
G = 46.85%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79770E (or 0x79770E) is known color: Olive. HEX triplet: 79, 77 and 0E. RGB value is (121,119,14). Sum of RGB (Red+Green+Blue) = 121+119+14=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79770E is #8688F1. Grayscale: #6C6C6C. Windows color (decimal): -8816882 or 948089. OLE color: 948089.

HSL color Cylindrical-coordinate representation of color #79770E: hue angle of 58.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79770E is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 119 14 -
CMYK 0 0.02 0.88 0.53
HSL 58.88º 0.79% 0.26% -
HSV(B) 58.88º 0.88% 0.47% -
XYZ 14.56 17.29 2.99 -
YUV 107.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 121 119 14 0 0.02 0.88 0.53 58.88 0.79 0.26
Hex 79 77 E 0 2 58 35 3B 4F 1A
Octal 171 167 16 0 2 130 65 73 117 32
Binary 1111001 1110111 1110 0 10 1011000 110101 111011 1001111 11010

Color Harmonies of #79770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79770E

Black with #79770E

Text Example


Text Example

White with #79770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79770E; }

 p { color: rgb(121,119,14); }

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

background-color css

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

 a { background-color: rgb(121,119,14); }

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

border-color css

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

 span { border-color: rgb(121,119,14); }

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