Html Css Color HEX #707530 Olivetone

📋 copy color: '#707530'

red 112 ◦ green 117 ◦ blue 48

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

Shades of Olivetone #707530

Tints of Olivetone #707530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 40.43%
G = 42.24%
B = 17.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#707530 (or 0x707530) is known color: Olivetone. HEX triplet: 70, 75 and 30. RGB value is (112,117,48). Sum of RGB (Red+Green+Blue) = 112+117+48=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #707530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707530 is #8F8ACF. Grayscale: #6B6B6B. Windows color (decimal): -9407184 or 3175792. OLE color: 3175792.

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

Color convert

RGB 112 117 48 -
CMYK 0.04 0 0.59 0.54
HSL 64.35º 0.42% 0.32% -
HSV(B) 64.35º 0.59% 0.46% -
XYZ 13.58 16.38 5.24 -
YUV 107.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 112 117 48 0.04 0 0.59 0.54 64.35 0.42 0.32
Hex 70 75 30 4 0 3B 36 40 2A 20
Octal 160 165 60 4 0 73 66 100 52 40
Binary 1110000 1110101 110000 100 0 111011 110110 1000000 101010 100000

Color Harmonies of #707530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707530

Black with #707530

Text Example


Text Example

White with #707530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707530; }

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

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

background-color css

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

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

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

border-color css

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

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

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