#60925B

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

Shades of Hippie Green #60925B

Tints of Hippie Green #60925B

Color information

#60925B (or 0x60925B) is unknown color: approx Hippie Green. HEX triplet: 60, 92 and 5B. RGB value is (96,146,91). Sum of RGB (Red+Green+Blue) = 96+146+91=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #60925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60925B is #9F6DA4. Grayscale: #7C7C7C. Windows color (decimal): -10448293 or 6001248. OLE color: 6001248.

HSL color Cylindrical-coordinate representation of color #60925B: hue angle of 114.55º 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 #60925B is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB9614691-
CMYK0.3400.380.43
HSL114.55º23.21%46.47%-
HSV(B)114.55º37.67%57.25%-
XYZ16.9923.813.6-
YUV124.78108.94107.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=28.83%
G=43.84%
B=27.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96146910.3400.380.43114.5523.2146.47
Hex60925B220262B73172e
Octal14022213342046531632756
Binary11000001001001010110111000100100110101011111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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