Html Css Color HEX #707725 Rain Forest

📋 copy color: '#707725'

red 112 ◦ green 119 ◦ blue 37

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

Shades of Rain Forest #707725

Tints of Rain Forest #707725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

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

R = 41.79%
G = 44.4%
B = 13.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#707725 (or 0x707725) is known color: Rain Forest. HEX triplet: 70, 77 and 25. RGB value is (112,119,37). Sum of RGB (Red+Green+Blue) = 112+119+37=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #707725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707725 is #8F88DA. Grayscale: #6B6B6B. Windows color (decimal): -9406683 or 2455408. OLE color: 2455408.

HSL color Cylindrical-coordinate representation of color #707725: hue angle of 65.12º 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 #707725 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 37 -
CMYK 0.06 0 0.69 0.53
HSL 65.12º 0.53% 0.31% -
HSV(B) 65.12º 0.69% 0.47% -
XYZ 13.61 16.77 4.27 -
YUV 107.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 112 119 37 0.06 0 0.69 0.53 65.12 0.53 0.31
Hex 70 77 25 6 0 45 35 41 35 1F
Octal 160 167 45 6 0 105 65 101 65 37
Binary 1110000 1110111 100101 110 0 1000101 110101 1000001 110101 11111

Color Harmonies of #707725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707725

Black with #707725

Text Example


Text Example

White with #707725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707725; }

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

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

background-color css

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

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

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

border-color css

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

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

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