Html Css Color HEX #70702F Olivetone

📋 copy color: '#70702F'

red 112 ◦ green 112 ◦ blue 47

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

Shades of Olivetone #70702F

Tints of Olivetone #70702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 41.33%
G = 41.33%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70702F (or 0x70702F) is known color: Olivetone. HEX triplet: 70, 70 and 2F. RGB value is (112,112,47). Sum of RGB (Red+Green+Blue) = 112+112+47=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70702F is #8F8FD0. Grayscale: #686868. Windows color (decimal): -9408465 or 3108976. OLE color: 3108976.

HSL color Cylindrical-coordinate representation of color #70702F: hue angle of 60º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70702F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 47 -
CMYK 0 0 0.58 0.56
HSL 60º 0.41% 0.31% -
HSV(B) 60º 0.58% 0.44% -
XYZ 12.99 15.24 4.95 -
YUV 104.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 112 112 47 0 0 0.58 0.56 60 0.41 0.31
Hex 70 70 2F 0 0 3A 38 3C 29 1F
Octal 160 160 57 0 0 72 70 74 51 37
Binary 1110000 1110000 101111 0 0 111010 111000 111100 101001 11111

Color Harmonies of #70702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70702F

Black with #70702F

Text Example


Text Example

White with #70702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70702F; }

 p { color: rgb(112,112,47); }

 H1.HeaderClassName
 {
   color: #70702F;
 }
 .AnyTagClassName
 {
   color: #70702F;
 }
</style>

background-color css

<style>
 a { background-color: #70702F; }

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

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

border-color css

<style>
 span { border-color: #70702F; }

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

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