Html Css Color HEX #707531 Olivetone

📋 copy color: '#707531'

red 112 ◦ green 117 ◦ blue 49

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

Shades of Olivetone #707531

Tints of Olivetone #707531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 40.29%
G = 42.09%
B = 17.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#707531 (or 0x707531) is known color: Olivetone. HEX triplet: 70, 75 and 31. RGB value is (112,117,49). Sum of RGB (Red+Green+Blue) = 112+117+49=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #707531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707531 is #8F8ACE. Grayscale: #6C6C6C. Windows color (decimal): -9407183 or 3241328. OLE color: 3241328.

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

Color convert

RGB 112 117 49 -
CMYK 0.04 0 0.58 0.54
HSL 64.41º 0.41% 0.33% -
HSV(B) 64.41º 0.58% 0.46% -
XYZ 13.6 16.39 5.35 -
YUV 107.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 112 117 49 0.04 0 0.58 0.54 64.41 0.41 0.33
Hex 70 75 31 4 0 3A 36 40 29 21
Octal 160 165 61 4 0 72 66 100 51 41
Binary 1110000 1110101 110001 100 0 111010 110110 1000000 101001 100001

Color Harmonies of #707531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707531

Black with #707531

Text Example


Text Example

White with #707531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707531; }

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

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

background-color css

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

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

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

border-color css

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

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

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