Html Css Color HEX #707533 Rain Forest

📋 copy color: '#707533'

red 112 ◦ green 117 ◦ blue 51

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

Shades of Rain Forest #707533

Tints of Rain Forest #707533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 40%
G = 41.79%
B = 18.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#707533 (or 0x707533) is known color: Rain Forest. HEX triplet: 70, 75 and 33. RGB value is (112,117,51). Sum of RGB (Red+Green+Blue) = 112+117+51=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #707533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707533 is #8F8ACC. Grayscale: #6C6C6C. Windows color (decimal): -9407181 or 3372400. OLE color: 3372400.

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

Color convert

RGB 112 117 51 -
CMYK 0.04 0 0.56 0.54
HSL 64.55º 0.39% 0.33% -
HSV(B) 64.55º 0.56% 0.46% -
XYZ 13.64 16.41 5.58 -
YUV 107.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 112 117 51 0.04 0 0.56 0.54 64.55 0.39 0.33
Hex 70 75 33 4 0 38 36 41 27 21
Octal 160 165 63 4 0 70 66 101 47 41
Binary 1110000 1110101 110011 100 0 111000 110110 1000001 100111 100001

Color Harmonies of #707533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707533

Black with #707533

Text Example


Text Example

White with #707533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707533; }

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

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

background-color css

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

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

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

border-color css

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

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

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