Html Css Color HEX #707628 Rain Forest

📋 copy color: '#707628'

red 112 ◦ green 118 ◦ blue 40

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

Shades of Rain Forest #707628

Tints of Rain Forest #707628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 41.48%
G = 43.7%
B = 14.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#707628 (or 0x707628) is known color: Rain Forest. HEX triplet: 70, 76 and 28. RGB value is (112,118,40). Sum of RGB (Red+Green+Blue) = 112+118+40=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #707628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707628 is #8F89D7. Grayscale: #6B6B6B. Windows color (decimal): -9406936 or 2651760. OLE color: 2651760.

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

Color convert

RGB 112 118 40 -
CMYK 0.05 0 0.66 0.54
HSL 64.62º 0.49% 0.31% -
HSV(B) 64.62º 0.66% 0.46% -
XYZ 13.54 16.55 4.49 -
YUV 107.31 90.01 131.34 -
System Red Green Blue C M Y K H S L
Decimal 112 118 40 0.05 0 0.66 0.54 64.62 0.49 0.31
Hex 70 76 28 5 0 42 36 41 31 1F
Octal 160 166 50 5 0 102 66 101 61 37
Binary 1110000 1110110 101000 101 0 1000010 110110 1000001 110001 11111

Color Harmonies of #707628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707628

Black with #707628

Text Example


Text Example

White with #707628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707628; }

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

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

background-color css

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

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

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

border-color css

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

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

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