#618F5F

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

Shades of Hippie Green #618F5F

Tints of Hippie Green #618F5F

Color information

#618F5F (or 0x618F5F) is unknown color: approx Hippie Green. HEX triplet: 61, 8F and 5F. RGB value is (97,143,95). Sum of RGB (Red+Green+Blue) = 97+143+95=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #618F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618F5F is #9E70A0. Grayscale: #7B7B7B. Windows color (decimal): -10383521 or 6262625. OLE color: 6262625.

HSL color Cylindrical-coordinate representation of color #618F5F: hue angle of 117.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618F5F is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB9714395-
CMYK0.3200.340.44
HSL117.5º20.17%46.67%-
HSV(B)117.5º33.57%56.08%-
XYZ16.8223.0114.38-
YUV123.77111.76108.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=28.96%
G=42.69%
B=28.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97143950.3200.340.44117.520.1746.67
Hex618F5F200222C76142f
Octal14121713740042541662457
Binary11000011000111110111111000000100010101100111011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618F5F; }

 p { color: rgb(97,143,95); }

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

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

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

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

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

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

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