#618262

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

Shades of Hippie Green #618262

Tints of Hippie Green #618262

Color information

#618262 (or 0x618262) is unknown color: approx Hippie Green. HEX triplet: 61, 82 and 62. RGB value is (97,130,98). Sum of RGB (Red+Green+Blue) = 97+130+98=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #618262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618262 is #9E7D9D. Grayscale: #747474. Windows color (decimal): -10386846 or 6455905. OLE color: 6455905.

HSL color Cylindrical-coordinate representation of color #618262: hue angle of 121.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618262 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB9713098-
CMYK0.2500.250.49
HSL121.82º14.54%44.51%-
HSV(B)121.82º25.38%50.98%-
XYZ15.1219.3914.5-
YUV116.48117.57114.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=29.85%
G=40%
B=30.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130980.2500.250.49121.8214.5444.51
Hex61826219019317af2d
Octal14120214231031611721755
Binary11000011000001011000101100101100111000111110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618262; }

 p { color: rgb(97,130,98); }

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

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

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

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

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

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

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