#667030

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

Shades of Rain Forest #667030

Tints of Rain Forest #667030

Color information

#667030 (or 0x667030) is unknown color: approx Rain Forest. HEX triplet: 66, 70 and 30. RGB value is (102,112,48). Sum of RGB (Red+Green+Blue) = 102+112+48=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #667030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667030 is #998FCF. Grayscale: #656565. Windows color (decimal): -10063824 or 3174502. OLE color: 3174502.

HSL color Cylindrical-coordinate representation of color #667030: hue angle of 69.38º 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 #667030 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB10211248-
CMYK0.0900.570.56
HSL69.38º40%31.37%-
HSV(B)69.38º57.14%43.92%-
XYZ11.8114.635-
YUV101.7197.69128.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=38.93%
G=42.75%
B=18.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112480.0900.570.5669.384031.37
Hex66703090393845281f
Octal1461606011071701055037
Binary1100110111000011000010010111001111000100010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667030; }

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

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

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

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

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

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

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

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