#61995C

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

Shades of Hippie Green #61995C

Tints of Hippie Green #61995C

Color information

#61995C (or 0x61995C) is unknown color: approx Hippie Green. HEX triplet: 61, 99 and 5C. RGB value is (97,153,92). Sum of RGB (Red+Green+Blue) = 97+153+92=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #61995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61995C is #9E66A3. Grayscale: #818181. Windows color (decimal): -10380964 or 6068577. OLE color: 6068577.

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

Color convert

RGB9715392-
CMYK0.3700.400.4
HSL115.08º24.9%48.04%-
HSV(B)115.08º39.87%60%-
XYZ18.2526.114.2-
YUV129.3106.95104.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=28.36%
G=44.74%
B=26.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97153920.3700.400.4115.0824.948.04
Hex61995C2502828731930
Octal14123113445050501633160
Binary11000011001100110111001001010101000101000111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61995C; }

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

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

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

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

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

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

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

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