Html Css Color HEX #707232 Olivetone

📋 copy color: '#707232'

red 112 ◦ green 114 ◦ blue 50

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

Shades of Olivetone #707232

Tints of Olivetone #707232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 40.58%
G = 41.3%
B = 18.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#707232 (or 0x707232) is known color: Olivetone. HEX triplet: 70, 72 and 32. RGB value is (112,114,50). Sum of RGB (Red+Green+Blue) = 112+114+50=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #707232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707232 is #8F8DCD. Grayscale: #6A6A6A. Windows color (decimal): -9407950 or 3306096. OLE color: 3306096.

HSL color Cylindrical-coordinate representation of color #707232: hue angle of 61.88º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707232 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 50 -
CMYK 0.02 0 0.56 0.55
HSL 61.88º 0.39% 0.32% -
HSV(B) 61.88º 0.56% 0.45% -
XYZ 13.28 15.71 5.35 -
YUV 106.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 112 114 50 0.02 0 0.56 0.55 61.88 0.39 0.32
Hex 70 72 32 2 0 38 37 3E 27 20
Octal 160 162 62 2 0 70 67 76 47 40
Binary 1110000 1110010 110010 10 0 111000 110111 111110 100111 100000

Color Harmonies of #707232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707232

Black with #707232

Text Example


Text Example

White with #707232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707232; }

 p { color: rgb(112,114,50); }

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

background-color css

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

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

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

border-color css

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

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

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