Html Css Color HEX #618262 Hippie Green

📋 copy color: '#618262'

red 97 ◦ green 130 ◦ blue 98

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

Shades of Hippie Green #618262

Tints of Hippie Green #618262

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 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

#618262 (or 0x618262) is known color: 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

RGB 97 130 98 -
CMYK 0.25 0 0.25 0.49
HSL 121.82º 0.15% 0.45% -
HSV(B) 121.82º 0.25% 0.51% -
XYZ 15.12 19.39 14.5 -
YUV 116.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 97 130 98 0.25 0 0.25 0.49 121.82 0.15 0.45
Hex 61 82 62 19 0 19 31 7A F 2D
Octal 141 202 142 31 0 31 61 172 17 55
Binary 1100001 10000010 1100010 11001 0 11001 110001 1111010 1111 101101

Color Harmonies of #618262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618262

Black with #618262

Text Example


Text Example

White with #618262

Text Example


Text Example

HTML Codes & Css Web 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>