#707938

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

Shades of Rain Forest #707938

Tints of Rain Forest #707938

Color information

#707938 (or 0x707938) is unknown color: approx Rain Forest. HEX triplet: 70, 79 and 38. RGB value is (112,121,56). Sum of RGB (Red+Green+Blue) = 112+121+56=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #707938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707938 is #8F86C7. Grayscale: #6F6F6F. Windows color (decimal): -9406152 or 3701104. OLE color: 3701104.

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

Color convert

RGB11212156-
CMYK0.0700.540.53
HSL68.31º36.72%34.71%-
HSV(B)68.31º53.72%47.45%-
XYZ14.2317.416.35-
YUV110.997.02128.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=38.75%
G=41.87%
B=19.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112121560.0700.540.5368.3136.7234.71
Hex707938703635442523
Octal160171707066651044543
Binary1110000111100111100011101101101101011000100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707938; }

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

 H1.HeaderClassName
 {
   color: #707938;
 }
 .AnyTagClassName
 {
   color: #707938;
 }
</style>
background-color css

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

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

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

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

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

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