#606930

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

Shades of Rain Forest #606930

Tints of Rain Forest #606930

Color information

#606930 (or 0x606930) is unknown color: approx Rain Forest. HEX triplet: 60, 69 and 30. RGB value is (96,105,48). Sum of RGB (Red+Green+Blue) = 96+105+48=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #606930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606930 is #9F96CF. Grayscale: #606060. Windows color (decimal): -10458832 or 3172704. OLE color: 3172704.

HSL color Cylindrical-coordinate representation of color #606930: hue angle of 69.47º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #606930 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB9610548-
CMYK0.0900.540.59
HSL69.47º37.25%30%-
HSV(B)69.47º54.29%41.18%-
XYZ10.4112.84.72-
YUV95.81101.02128.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=38.55%
G=42.17%
B=19.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105480.0900.540.5969.4737.2530
Hex60693090363B45251e
Octal1401516011066731054536
Binary1100000110100111000010010110110111011100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606930; }

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

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

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

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

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

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

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

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