Html Css Color HEX #79700C Olive

📋 copy color: '#79700C'

red 121 ◦ green 112 ◦ blue 12

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

Shades of Olive #79700C

Tints of Olive #79700C

RGB

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

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

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

R = 49.39%
G = 45.71%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79700C (or 0x79700C) is known color: Olive. HEX triplet: 79, 70 and 0C. RGB value is (121,112,12). Sum of RGB (Red+Green+Blue) = 121+112+12=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79700C is #868FF3. Grayscale: #676767. Windows color (decimal): -8818676 or 815225. OLE color: 815225.

HSL color Cylindrical-coordinate representation of color #79700C: hue angle of 55.05º 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 #79700C is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 12 -
CMYK 0 0.07 0.90 0.53
HSL 55.05º 0.82% 0.26% -
HSV(B) 55.05º 0.9% 0.47% -
XYZ 13.75 15.68 2.65 -
YUV 103.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 121 112 12 0 0.07 0.90 0.53 55.05 0.82 0.26
Hex 79 70 C 0 7 5A 35 37 52 1A
Octal 171 160 14 0 7 132 65 67 122 32
Binary 1111001 1110000 1100 0 111 1011010 110101 110111 1010010 11010

Color Harmonies of #79700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79700C

Black with #79700C

Text Example


Text Example

White with #79700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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