#60925A

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

Shades of Hippie Green #60925A

Tints of Hippie Green #60925A

Color information

#60925A (or 0x60925A) is unknown color: approx Hippie Green. HEX triplet: 60, 92 and 5A. RGB value is (96,146,90). Sum of RGB (Red+Green+Blue) = 96+146+90=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #60925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60925A is #9F6DA5. Grayscale: #7C7C7C. Windows color (decimal): -10448294 or 5935712. OLE color: 5935712.

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

Color convert

RGB9614690-
CMYK0.3400.380.43
HSL113.57º23.73%46.27%-
HSV(B)113.57º38.36%57.25%-
XYZ16.9523.7813.37-
YUV124.67108.44107.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=28.92%
G=43.98%
B=27.11%

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
Decimal96146900.3400.380.43113.5723.7346.27
Hex60925A220262B72182e
Octal14022213242046531623056
Binary11000001001001010110101000100100110101011111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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