#607030

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

Shades of Rain Forest #607030

Tints of Rain Forest #607030

Color information

#607030 (or 0x607030) is unknown color: approx Rain Forest. HEX triplet: 60, 70 and 30. RGB value is (96,112,48). Sum of RGB (Red+Green+Blue) = 96+112+48=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #607030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607030 is #9F8FCF. Grayscale: #646464. Windows color (decimal): -10457040 or 3174496. OLE color: 3174496.

HSL color Cylindrical-coordinate representation of color #607030: hue angle of 75º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607030 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB9611248-
CMYK0.1400.570.56
HSL75º40%31.37%-
HSV(B)75º57.14%43.92%-
XYZ11.1514.294.97-
YUV99.9298.7125.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=37.5%
G=43.75%
B=18.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112480.1400.570.56754031.37
Hex607030E039384b281f
Octal1401606016071701135037
Binary1100000111000011000011100111001111000100101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607030; }

 p { color: rgb(96,112,48); }

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

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

 a { background-color: rgb(96,112,48); }

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

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

 span { border-color: rgb(96,112,48); }

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