Html Css Color HEX #707630 Rain Forest

📋 copy color: '#707630'

red 112 ◦ green 118 ◦ blue 48

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

Shades of Rain Forest #707630

Tints of Rain Forest #707630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.45%

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

R = 40.29%
G = 42.45%
B = 17.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#707630 (or 0x707630) is known color: Rain Forest. HEX triplet: 70, 76 and 30. RGB value is (112,118,48). Sum of RGB (Red+Green+Blue) = 112+118+48=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #707630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707630 is #8F89CF. Grayscale: #6C6C6C. Windows color (decimal): -9406928 or 3176048. OLE color: 3176048.

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

Color convert

RGB 112 118 48 -
CMYK 0.05 0 0.59 0.54
HSL 65.14º 0.42% 0.33% -
HSV(B) 65.14º 0.59% 0.46% -
XYZ 13.69 16.62 5.28 -
YUV 108.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 112 118 48 0.05 0 0.59 0.54 65.14 0.42 0.33
Hex 70 76 30 5 0 3B 36 41 2A 21
Octal 160 166 60 5 0 73 66 101 52 41
Binary 1110000 1110110 110000 101 0 111011 110110 1000001 101010 100001

Color Harmonies of #707630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707630

Black with #707630

Text Example


Text Example

White with #707630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707630; }

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

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

background-color css

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

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

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

border-color css

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

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

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