Html Css Color HEX #707529 Olivetone

📋 copy color: '#707529'

red 112 ◦ green 117 ◦ blue 41

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

Shades of Olivetone #707529

Tints of Olivetone #707529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

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

R = 41.48%
G = 43.33%
B = 15.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#707529 (or 0x707529) is known color: Olivetone. HEX triplet: 70, 75 and 29. RGB value is (112,117,41). Sum of RGB (Red+Green+Blue) = 112+117+41=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #707529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707529 is #8F8AD6. Grayscale: #6B6B6B. Windows color (decimal): -9407191 or 2717040. OLE color: 2717040.

HSL color Cylindrical-coordinate representation of color #707529: hue angle of 63.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #707529 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 41 -
CMYK 0.04 0 0.65 0.54
HSL 63.95º 0.48% 0.31% -
HSV(B) 63.95º 0.65% 0.46% -
XYZ 13.44 16.33 4.54 -
YUV 106.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 112 117 41 0.04 0 0.65 0.54 63.95 0.48 0.31
Hex 70 75 29 4 0 41 36 40 30 1F
Octal 160 165 51 4 0 101 66 100 60 37
Binary 1110000 1110101 101001 100 0 1000001 110110 1000000 110000 11111

Color Harmonies of #707529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707529

Black with #707529

Text Example


Text Example

White with #707529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707529; }

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

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

background-color css

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

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

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

border-color css

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

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

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