#619960

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

Shades of Hippie Green #619960

Tints of Hippie Green #619960

Color information

#619960 (or 0x619960) is unknown color: approx Hippie Green. HEX triplet: 61, 99 and 60. RGB value is (97,153,96). Sum of RGB (Red+Green+Blue) = 97+153+96=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #619960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619960 is #9E669F. Grayscale: #818181. Windows color (decimal): -10380960 or 6330721. OLE color: 6330721.

HSL color Cylindrical-coordinate representation of color #619960: hue angle of 118.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619960 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB9715396-
CMYK0.3700.370.4
HSL118.95º22.89%48.82%-
HSV(B)118.95º37.25%60%-
XYZ18.4326.1715.15-
YUV129.76108.95104.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=28.03%
G=44.22%
B=27.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97153960.3700.370.4118.9522.8948.82
Hex6199602502528771731
Octal14123114045045501672761
Binary11000011001100111000001001010100101101000111011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619960; }

 p { color: rgb(97,153,96); }

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

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

 a { background-color: rgb(97,153,96); }

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

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

 span { border-color: rgb(97,153,96); }

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