#66925B

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

Shades of Hippie Green #66925B

Tints of Hippie Green #66925B

Color information

#66925B (or 0x66925B) is unknown color: approx Hippie Green. HEX triplet: 66, 92 and 5B. RGB value is (102,146,91). Sum of RGB (Red+Green+Blue) = 102+146+91=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #66925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66925B is #996DA4. Grayscale: #7E7E7E. Windows color (decimal): -10055077 or 6001254. OLE color: 6001254.

HSL color Cylindrical-coordinate representation of color #66925B: hue angle of 108º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66925B is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB10214691-
CMYK0.3000.380.43
HSL108º23.21%46.47%-
HSV(B)108º37.67%57.25%-
XYZ17.6524.1413.63-
YUV126.57107.92110.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=30.09%
G=43.07%
B=26.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146910.3000.380.4310823.2146.47
Hex66925B1E0262B6c172e
Octal14622213336046531542756
Binary1100110100100101011011111100100110101011110110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66925B; }

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

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

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

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

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

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

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

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