Html Css Color HEX #707526 Olivetone

📋 copy color: '#707526'

red 112 ◦ green 117 ◦ blue 38

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

Shades of Olivetone #707526

Tints of Olivetone #707526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 41.95%
G = 43.82%
B = 14.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#707526 (or 0x707526) is known color: Olivetone. HEX triplet: 70, 75 and 26. RGB value is (112,117,38). Sum of RGB (Red+Green+Blue) = 112+117+38=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #707526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707526 is #8F8AD9. Grayscale: #6A6A6A. Windows color (decimal): -9407194 or 2520432. OLE color: 2520432.

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

Color convert

RGB 112 117 38 -
CMYK 0.04 0 0.68 0.54
HSL 63.8º 0.51% 0.3% -
HSV(B) 63.8º 0.68% 0.46% -
XYZ 13.39 16.31 4.28 -
YUV 106.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 112 117 38 0.04 0 0.68 0.54 63.8 0.51 0.3
Hex 70 75 26 4 0 44 36 40 33 1E
Octal 160 165 46 4 0 104 66 100 63 36
Binary 1110000 1110101 100110 100 0 1000100 110110 1000000 110011 11110

Color Harmonies of #707526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707526

Black with #707526

Text Example


Text Example

White with #707526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707526; }

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

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

background-color css

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

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

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

border-color css

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

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

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