Html Css Color HEX #707029 Olivetone

📋 copy color: '#707029'

red 112 ◦ green 112 ◦ blue 41

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

Shades of Olivetone #707029

Tints of Olivetone #707029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 42.26%
G = 42.26%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#707029 (or 0x707029) is known color: Olivetone. HEX triplet: 70, 70 and 29. RGB value is (112,112,41). Sum of RGB (Red+Green+Blue) = 112+112+41=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707029 is #8F8FD6. Grayscale: #686868. Windows color (decimal): -9408471 or 2715760. OLE color: 2715760.

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

Color convert

RGB 112 112 41 -
CMYK 0 0 0.63 0.56
HSL 60º 0.46% 0.3% -
HSV(B) 60º 0.63% 0.44% -
XYZ 12.88 15.19 4.35 -
YUV 103.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 112 112 41 0 0 0.63 0.56 60 0.46 0.3
Hex 70 70 29 0 0 3F 38 3C 2E 1E
Octal 160 160 51 0 0 77 70 74 56 36
Binary 1110000 1110000 101001 0 0 111111 111000 111100 101110 11110

Color Harmonies of #707029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707029

Black with #707029

Text Example


Text Example

White with #707029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707029; }

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

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

background-color css

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

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

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

border-color css

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

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

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