Html Css Color HEX #70710A Olive

📋 copy color: '#70710A'

red 112 ◦ green 113 ◦ blue 10

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

Shades of Olive #70710A

Tints of Olive #70710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

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

R = 47.66%
G = 48.09%
B = 4.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70710A (or 0x70710A) is known color: Olive. HEX triplet: 70, 71 and 0A. RGB value is (112,113,10). Sum of RGB (Red+Green+Blue) = 112+113+10=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #70710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70710A is #8F8EF5. Grayscale: #656565. Windows color (decimal): -9408246 or 684400. OLE color: 684400.

HSL color Cylindrical-coordinate representation of color #70710A: hue angle of 60.58º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70710A is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 10 -
CMYK 0.01 0 0.91 0.56
HSL 60.58º 0.84% 0.24% -
HSV(B) 60.58º 0.91% 0.44% -
XYZ 12.64 15.28 2.57 -
YUV 100.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 112 113 10 0.01 0 0.91 0.56 60.58 0.84 0.24
Hex 70 71 A 1 0 5B 38 3D 54 18
Octal 160 161 12 1 0 133 70 75 124 30
Binary 1110000 1110001 1010 1 0 1011011 111000 111101 1010100 11000

Color Harmonies of #70710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70710A

Black with #70710A

Text Example


Text Example

White with #70710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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