#669952

Color #669952 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #669952

Tints of Hippie Green #669952

Color information

#669952 (or 0x669952) is unknown color: approx Hippie Green. HEX triplet: 66, 99 and 52. RGB value is (102,153,82). Sum of RGB (Red+Green+Blue) = 102+153+82=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #669952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669952 is #9966AD. Grayscale: #818181. Windows color (decimal): -10053294 or 5413222. OLE color: 5413222.

HSL color Cylindrical-coordinate representation of color #669952: hue angle of 103.1º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #669952 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB10215382-
CMYK0.3300.460.4
HSL103.1º30.21%46.08%-
HSV(B)103.1º46.41%60%-
XYZ18.3926.2212.07-
YUV129.66101.1108.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=30.27%
G=45.40%
B=24.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153820.3300.460.4103.130.2146.08
Hex6699522102E28671e2e
Octal14623112241056501473656
Binary11001101001100110100101000010101110101000110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669952; }

 p { color: rgb(102,153,82); }

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

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

 a { background-color: rgb(102,153,82); }

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

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

 span { border-color: rgb(102,153,82); }

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