Html Css Color HEX #707432 Olivetone

📋 copy color: '#707432'

red 112 ◦ green 116 ◦ blue 50

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

Shades of Olivetone #707432

Tints of Olivetone #707432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 40.29%
G = 41.73%
B = 17.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#707432 (or 0x707432) is known color: Olivetone. HEX triplet: 70, 74 and 32. RGB value is (112,116,50). Sum of RGB (Red+Green+Blue) = 112+116+50=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #707432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707432 is #8F8BCD. Grayscale: #6B6B6B. Windows color (decimal): -9407438 or 3306608. OLE color: 3306608.

HSL color Cylindrical-coordinate representation of color #707432: hue angle of 63.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #707432 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 50 -
CMYK 0.03 0 0.57 0.55
HSL 63.64º 0.4% 0.33% -
HSV(B) 63.64º 0.57% 0.45% -
XYZ 13.5 16.17 5.43 -
YUV 107.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 112 116 50 0.03 0 0.57 0.55 63.64 0.4 0.33
Hex 70 74 32 3 0 39 37 40 28 21
Octal 160 164 62 3 0 71 67 100 50 41
Binary 1110000 1110100 110010 11 0 111001 110111 1000000 101000 100001

Color Harmonies of #707432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707432

Black with #707432

Text Example


Text Example

White with #707432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707432; }

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

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

background-color css

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

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

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

border-color css

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

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

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