#669850

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

Shades of Hippie Green #669850

Tints of Hippie Green #669850

Color information

#669850 (or 0x669850) is unknown color: approx Hippie Green. HEX triplet: 66, 98 and 50. RGB value is (102,152,80). Sum of RGB (Red+Green+Blue) = 102+152+80=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #669850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669850 is #9967AF. Grayscale: #818181. Windows color (decimal): -10053552 or 5281894. OLE color: 5281894.

HSL color Cylindrical-coordinate representation of color #669850: hue angle of 101.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #669850 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB10215280-
CMYK0.3300.470.40
HSL101.67º31.03%45.49%-
HSV(B)101.67º47.37%59.61%-
XYZ18.1625.8611.62-
YUV128.84100.44108.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=30.54%
G=45.51%
B=23.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152800.3300.470.40101.6731.0345.49
Hex6698502102F28661f2d
Octal14623012041057501463755
Binary11001101001100010100001000010101111101000110011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669850; }

 p { color: rgb(102,152,80); }

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

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

 a { background-color: rgb(102,152,80); }

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

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

 span { border-color: rgb(102,152,80); }

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