Html Css Color HEX #70790C Olive

📋 copy color: '#70790C'

red 112 ◦ green 121 ◦ blue 12

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

Shades of Olive #70790C

Tints of Olive #70790C

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#70790C (or 0x70790C) is known color: Olive. HEX triplet: 70, 79 and 0C. RGB value is (112,121,12). Sum of RGB (Red+Green+Blue) = 112+121+12=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #70790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70790C is #8F86F3. Grayscale: #6A6A6A. Windows color (decimal): -9406196 or 817520. OLE color: 817520.

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

Color convert

RGB 112 121 12 -
CMYK 0.07 0 0.90 0.53
HSL 64.95º 0.82% 0.26% -
HSV(B) 64.95º 0.9% 0.47% -
XYZ 13.59 17.15 2.94 -
YUV 105.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 112 121 12 0.07 0 0.90 0.53 64.95 0.82 0.26
Hex 70 79 C 7 0 5A 35 41 52 1A
Octal 160 171 14 7 0 132 65 101 122 32
Binary 1110000 1111001 1100 111 0 1011010 110101 1000001 1010010 11010

Color Harmonies of #70790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70790C

Black with #70790C

Text Example


Text Example

White with #70790C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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