#669265

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

Shades of Hippie Green #669265

Tints of Hippie Green #669265

Color information

#669265 (or 0x669265) is unknown color: approx Hippie Green. HEX triplet: 66, 92 and 65. RGB value is (102,146,101). Sum of RGB (Red+Green+Blue) = 102+146+101=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #669265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669265 is #996D9A. Grayscale: #7F7F7F. Windows color (decimal): -10055067 or 6656614. OLE color: 6656614.

HSL color Cylindrical-coordinate representation of color #669265: hue angle of 118.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669265 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB102146101-
CMYK0.3000.310.43
HSL118.67º18.22%48.43%-
HSV(B)118.67º30.82%57.25%-
XYZ18.1124.3216.05-
YUV127.71112.92109.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=29.23%
G=41.83%
B=28.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461010.3000.310.43118.6718.2248.43
Hex6692651E01F2B771230
Octal14622214536037531672260
Binary110011010010010110010111110011111101011111011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669265; }

 p { color: rgb(102,146,101); }

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

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

 a { background-color: rgb(102,146,101); }

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

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

 span { border-color: rgb(102,146,101); }

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