Html Css Color HEX #707838 Rain Forest

📋 copy color: '#707838'

red 112 ◦ green 120 ◦ blue 56

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

Shades of Rain Forest #707838

Tints of Rain Forest #707838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 38.89%
G = 41.67%
B = 19.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#707838 (or 0x707838) is known color: Rain Forest. HEX triplet: 70, 78 and 38. RGB value is (112,120,56). Sum of RGB (Red+Green+Blue) = 112+120+56=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #707838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707838 is #8F87C7. Grayscale: #6E6E6E. Windows color (decimal): -9406408 or 3700848. OLE color: 3700848.

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

Color convert

RGB 112 120 56 -
CMYK 0.07 0 0.53 0.53
HSL 67.5º 0.36% 0.35% -
HSV(B) 67.5º 0.53% 0.47% -
XYZ 14.11 17.16 6.31 -
YUV 110.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 112 120 56 0.07 0 0.53 0.53 67.5 0.36 0.35
Hex 70 78 38 7 0 35 35 44 24 23
Octal 160 170 70 7 0 65 65 104 44 43
Binary 1110000 1111000 111000 111 0 110101 110101 1000100 100100 100011

Color Harmonies of #707838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707838

Black with #707838

Text Example


Text Example

White with #707838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707838; }

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

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

background-color css

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

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

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

border-color css

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

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

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