#667130

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

Shades of Rain Forest #667130

Tints of Rain Forest #667130

Color information

#667130 (or 0x667130) is unknown color: approx Rain Forest. HEX triplet: 66, 71 and 30. RGB value is (102,113,48). Sum of RGB (Red+Green+Blue) = 102+113+48=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #667130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667130 is #998ECF. Grayscale: #666666. Windows color (decimal): -10063568 or 3174758. OLE color: 3174758.

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

Color convert

RGB10211348-
CMYK0.1000.580.56
HSL70.15º40.37%31.57%-
HSV(B)70.15º57.52%44.31%-
XYZ11.9214.855.03-
YUV102.397.36127.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=38.78%
G=42.97%
B=18.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102113480.1000.580.5670.1540.3731.57
Hex667130A03A38462820
Octal1461616012072701065040
Binary11001101110001110000101001110101110001000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667130; }

 p { color: rgb(102,113,48); }

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

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

 a { background-color: rgb(102,113,48); }

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

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

 span { border-color: rgb(102,113,48); }

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