#61964F

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

Shades of Hippie Green #61964F

Tints of Hippie Green #61964F

Color information

#61964F (or 0x61964F) is unknown color: approx Hippie Green. HEX triplet: 61, 96 and 4F. RGB value is (97,150,79). Sum of RGB (Red+Green+Blue) = 97+150+79=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #61964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61964F is #9E69B0. Grayscale: #7E7E7E. Windows color (decimal): -10381745 or 5215841. OLE color: 5215841.

HSL color Cylindrical-coordinate representation of color #61964F: hue angle of 104.79º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61964F is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB9715079-
CMYK0.3500.470.41
HSL104.79º31%44.9%-
HSV(B)104.79º47.33%58.82%-
XYZ17.2524.9211.3-
YUV126.06101.44107.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=29.75%
G=46.01%
B=24.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97150790.3500.470.41104.793144.9
Hex61964F2302F29691f2d
Octal14122611743057511513755
Binary11000011001011010011111000110101111101001110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61964F; }

 p { color: rgb(97,150,79); }

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

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

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

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

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

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

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