Html Css Color HEX #707825 Rain Forest

📋 copy color: '#707825'

red 112 ◦ green 120 ◦ blue 37

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

Shades of Rain Forest #707825

Tints of Rain Forest #707825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 41.64%
G = 44.61%
B = 13.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#707825 (or 0x707825) is known color: Rain Forest. HEX triplet: 70, 78 and 25. RGB value is (112,120,37). Sum of RGB (Red+Green+Blue) = 112+120+37=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #707825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707825 is #8F87DA. Grayscale: #6C6C6C. Windows color (decimal): -9406427 or 2455664. OLE color: 2455664.

HSL color Cylindrical-coordinate representation of color #707825: hue angle of 65.78º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #707825 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 37 -
CMYK 0.07 0 0.69 0.53
HSL 65.78º 0.53% 0.31% -
HSV(B) 65.78º 0.69% 0.47% -
XYZ 13.73 17.01 4.31 -
YUV 108.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 112 120 37 0.07 0 0.69 0.53 65.78 0.53 0.31
Hex 70 78 25 7 0 45 35 42 35 1F
Octal 160 170 45 7 0 105 65 102 65 37
Binary 1110000 1111000 100101 111 0 1000101 110101 1000010 110101 11111

Color Harmonies of #707825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707825

Black with #707825

Text Example


Text Example

White with #707825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707825; }

 p { color: rgb(112,120,37); }

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

background-color css

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

 a { background-color: rgb(112,120,37); }

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

border-color css

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

 span { border-color: rgb(112,120,37); }

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