Html Css Color HEX #707130 Olivetone

📋 copy color: '#707130'

red 112 ◦ green 113 ◦ blue 48

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

Shades of Olivetone #707130

Tints of Olivetone #707130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 41.03%
G = 41.39%
B = 17.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#707130 (or 0x707130) is known color: Olivetone. HEX triplet: 70, 71 and 30. RGB value is (112,113,48). Sum of RGB (Red+Green+Blue) = 112+113+48=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #707130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707130 is #8F8ECF. Grayscale: #696969. Windows color (decimal): -9408208 or 3174768. OLE color: 3174768.

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

Color convert

RGB 112 113 48 -
CMYK 0.01 0 0.58 0.56
HSL 60.92º 0.4% 0.32% -
HSV(B) 60.92º 0.58% 0.44% -
XYZ 13.12 15.47 5.09 -
YUV 105.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 112 113 48 0.01 0 0.58 0.56 60.92 0.4 0.32
Hex 70 71 30 1 0 3A 38 3D 28 20
Octal 160 161 60 1 0 72 70 75 50 40
Binary 1110000 1110001 110000 1 0 111010 111000 111101 101000 100000

Color Harmonies of #707130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707130

Black with #707130

Text Example


Text Example

White with #707130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707130; }

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

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

background-color css

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

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

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

border-color css

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

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

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