#66925a

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

Shades of Hippie Green #66925A

Tints of Hippie Green #66925A

Color information

#66925A (or 0x66925A) is unknown color: approx Hippie Green. HEX triplet: 66, 92 and 5A. RGB value is (102,146,90). Sum of RGB (Red+Green+Blue) = 102+146+90=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #66925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66925A is #996DA5. Grayscale: #7E7E7E. Windows color (decimal): -10055078 or 5935718. OLE color: 5935718.

HSL color Cylindrical-coordinate representation of color #66925A: hue angle of 107.14º degrees, saturation: 0.24, 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 #66925A is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB10214690-
CMYK0.3000.380.43
HSL107.14º23.73%46.27%-
HSV(B)107.14º38.36%57.25%-
XYZ17.624.1213.4-
YUV126.46107.42110.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=30.18%
G=43.20%
B=26.63%

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
Decimal102146900.3000.380.43107.1423.7346.27
Hex66925A1E0262B6b182e
Octal14622213236046531533056
Binary1100110100100101011010111100100110101011110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66925a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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