Html Css Color HEX #707435 Olivetone

📋 copy color: '#707435'

red 112 ◦ green 116 ◦ blue 53

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

Shades of Olivetone #707435

Tints of Olivetone #707435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 39.86%
G = 41.28%
B = 18.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#707435 (or 0x707435) is known color: Olivetone. HEX triplet: 70, 74 and 35. RGB value is (112,116,53). Sum of RGB (Red+Green+Blue) = 112+116+53=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #707435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707435 is #8F8BCA. Grayscale: #6B6B6B. Windows color (decimal): -9407435 or 3503216. OLE color: 3503216.

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

Color convert

RGB 112 116 53 -
CMYK 0.03 0 0.54 0.55
HSL 63.81º 0.37% 0.33% -
HSV(B) 63.81º 0.54% 0.45% -
XYZ 13.57 16.19 5.78 -
YUV 107.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 112 116 53 0.03 0 0.54 0.55 63.81 0.37 0.33
Hex 70 74 35 3 0 36 37 40 25 21
Octal 160 164 65 3 0 66 67 100 45 41
Binary 1110000 1110100 110101 11 0 110110 110111 1000000 100101 100001

Color Harmonies of #707435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707435

Black with #707435

Text Example


Text Example

White with #707435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707435; }

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

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

background-color css

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

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

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

border-color css

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

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

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