Html Css Color HEX #70880A Olive

📋 copy color: '#70880A'

red 112 ◦ green 136 ◦ blue 10

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

Shades of Olive #70880A

Tints of Olive #70880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.71%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 43.41%
G = 52.71%
B = 3.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#70880A (or 0x70880A) is known color: Olive. HEX triplet: 70, 88 and 0A. RGB value is (112,136,10). Sum of RGB (Red+Green+Blue) = 112+136+10=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #70880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70880A is #8F77F5. Grayscale: #727272. Windows color (decimal): -9402358 or 690288. OLE color: 690288.

HSL color Cylindrical-coordinate representation of color #70880A: hue angle of 71.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70880A is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 10 -
CMYK 0.18 0 0.93 0.47
HSL 71.43º 0.86% 0.29% -
HSV(B) 71.43º 0.93% 0.53% -
XYZ 15.54 21.07 3.54 -
YUV 114.46 69.05 126.25 -
System Red Green Blue C M Y K H S L
Decimal 112 136 10 0.18 0 0.93 0.47 71.43 0.86 0.29
Hex 70 88 A 12 0 5D 2F 47 56 1D
Octal 160 210 12 22 0 135 57 107 126 35
Binary 1110000 10001000 1010 10010 0 1011101 101111 1000111 1010110 11101

Color Harmonies of #70880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70880A

Black with #70880A

Text Example


Text Example

White with #70880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70880A; }

 p { color: rgb(112,136,10); }

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

background-color css

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

 a { background-color: rgb(112,136,10); }

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

border-color css

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

 span { border-color: rgb(112,136,10); }

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