#619961

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

Shades of Hippie Green #619961

Tints of Hippie Green #619961

Color information

#619961 (or 0x619961) is unknown color: approx Hippie Green. HEX triplet: 61, 99 and 61. RGB value is (97,153,97). Sum of RGB (Red+Green+Blue) = 97+153+97=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #619961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619961 is #9E669E. Grayscale: #828282. Windows color (decimal): -10380959 or 6396257. OLE color: 6396257.

HSL color Cylindrical-coordinate representation of color #619961: hue angle of 120º degrees, saturation: 0.22, 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 #619961 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB9715397-
CMYK0.3700.370.4
HSL120º22.4%49.02%-
HSV(B)120º36.6%60%-
XYZ18.4826.1915.39-
YUV129.87109.45104.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=27.95%
G=44.09%
B=27.95%

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
Decimal97153970.3700.370.412022.449.02
Hex6199612502528781631
Octal14123114145045501702661
Binary11000011001100111000011001010100101101000111100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619961; }

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

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

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

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

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

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

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

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