#707838

Color #707838 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #707838

Tints of Rain Forest #707838

Color information

#707838 (or 0x707838) is unknown color: approx 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

RGB11212056-
CMYK0.0700.530.53
HSL67.5º36.36%34.51%-
HSV(B)67.5º53.33%47.06%-
XYZ14.1117.166.31-
YUV110.3197.35129.2-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120560.0700.530.5367.536.3634.51
Hex707838703535442423
Octal160170707065651044443
Binary1110000111100011100011101101011101011000100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>