Html Css Color HEX #618261 Hippie Green

📋 copy color: '#618261'

red 97 ◦ green 130 ◦ blue 97

#618261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #618261

Tints of Hippie Green #618261

RGB

 RED value IS 97 (38.28% from 255) = 29.94%

 GREEN value IS 130 (51.17% from 255) = 40.12%

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 29.94%
G = 40.12%
B = 29.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#618261 (or 0x618261) is known color: Hippie Green. HEX triplet: 61, 82 and 61. RGB value is (97,130,97). Sum of RGB (Red+Green+Blue) = 97+130+97=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #618261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618261 is #9E7D9E. Grayscale: #747474. Windows color (decimal): -10386847 or 6390369. OLE color: 6390369.

HSL color Cylindrical-coordinate representation of color #618261: hue angle of 120º 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 #618261 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 97 -
CMYK 0.25 0 0.25 0.49
HSL 120º 0.15% 0.45% -
HSV(B) 120º 0.25% 0.51% -
XYZ 15.07 19.37 14.25 -
YUV 116.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 97 130 97 0.25 0 0.25 0.49 120 0.15 0.45
Hex 61 82 61 19 0 19 31 78 F 2D
Octal 141 202 141 31 0 31 61 170 17 55
Binary 1100001 10000010 1100001 11001 0 11001 110001 1111000 1111 101101

Color Harmonies of #618261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618261

Black with #618261

Text Example


Text Example

White with #618261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618261; }

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

 H1.HeaderClassName
 {
   color: #618261;
 }
 .AnyTagClassName
 {
   color: #618261;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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