Html Css Color HEX #707030 Olivetone

📋 copy color: '#707030'

red 112 ◦ green 112 ◦ blue 48

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

Shades of Olivetone #707030

Tints of Olivetone #707030

RGB

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

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

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

R = 41.18%
G = 41.18%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#707030 (or 0x707030) is known color: Olivetone. HEX triplet: 70, 70 and 30. RGB value is (112,112,48). Sum of RGB (Red+Green+Blue) = 112+112+48=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707030 is #8F8FCF. Grayscale: #686868. Windows color (decimal): -9408464 or 3174512. OLE color: 3174512.

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

Color convert

RGB 112 112 48 -
CMYK 0 0 0.57 0.56
HSL 60º 0.4% 0.31% -
HSV(B) 60º 0.57% 0.44% -
XYZ 13.01 15.25 5.05 -
YUV 104.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 112 112 48 0 0 0.57 0.56 60 0.4 0.31
Hex 70 70 30 0 0 39 38 3C 28 1F
Octal 160 160 60 0 0 71 70 74 50 37
Binary 1110000 1110000 110000 0 0 111001 111000 111100 101000 11111

Color Harmonies of #707030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707030

Black with #707030

Text Example


Text Example

White with #707030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707030; }

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

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

background-color css

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

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

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

border-color css

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

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

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