Html Css Color HEX #79770C Olive

📋 copy color: '#79770C'

red 121 ◦ green 119 ◦ blue 12

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

Shades of Olive #79770C

Tints of Olive #79770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 48.02%
G = 47.22%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79770C (or 0x79770C) is known color: Olive. HEX triplet: 79, 77 and 0C. RGB value is (121,119,12). Sum of RGB (Red+Green+Blue) = 121+119+12=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79770C is #8688F3. Grayscale: #6B6B6B. Windows color (decimal): -8816884 or 817017. OLE color: 817017.

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

Color convert

RGB 121 119 12 -
CMYK 0 0.02 0.90 0.53
HSL 58.9º 0.82% 0.26% -
HSV(B) 58.9º 0.9% 0.47% -
XYZ 14.55 17.29 2.92 -
YUV 107.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 121 119 12 0 0.02 0.90 0.53 58.9 0.82 0.26
Hex 79 77 C 0 2 5A 35 3B 52 1A
Octal 171 167 14 0 2 132 65 73 122 32
Binary 1111001 1110111 1100 0 10 1011010 110101 111011 1010010 11010

Color Harmonies of #79770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79770C

Black with #79770C

Text Example


Text Example

White with #79770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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