#707734

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

Shades of Rain Forest #707734

Tints of Rain Forest #707734

Color information

#707734 (or 0x707734) is unknown color: approx Rain Forest. HEX triplet: 70, 77 and 34. RGB value is (112,119,52). Sum of RGB (Red+Green+Blue) = 112+119+52=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #707734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707734 is #8F88CB. Grayscale: #6D6D6D. Windows color (decimal): -9406668 or 3438448. OLE color: 3438448.

HSL color Cylindrical-coordinate representation of color #707734: hue angle of 66.27º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707734 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB11211952-
CMYK0.0600.560.53
HSL66.27º39.18%33.53%-
HSV(B)66.27º56.3%46.67%-
XYZ13.916.895.78-
YUV109.2795.68129.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=39.58%
G=42.05%
B=18.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119520.0600.560.5366.2739.1833.53
Hex707734603835422722
Octal160167646070651024742
Binary1110000111011111010011001110001101011000010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707734; }

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

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

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

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

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

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

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

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