Html Css Color HEX #618A5F Hippie Green

📋 copy color: '#618A5F'

red 97 ◦ green 138 ◦ blue 95

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

Shades of Hippie Green #618A5F

Tints of Hippie Green #618A5F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.82%

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 29.39%
G = 41.82%
B = 28.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#618A5F (or 0x618A5F) is known color: Hippie Green. HEX triplet: 61, 8A and 5F. RGB value is (97,138,95). Sum of RGB (Red+Green+Blue) = 97+138+95=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #618A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A5F is #9E75A0. Grayscale: #787878. Windows color (decimal): -10384801 or 6261345. OLE color: 6261345.

HSL color Cylindrical-coordinate representation of color #618A5F: hue angle of 117.21º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618A5F is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 138 95 -
CMYK 0.30 0 0.31 0.46
HSL 117.21º 0.18% 0.46% -
HSV(B) 117.21º 0.31% 0.54% -
XYZ 16.08 21.54 14.14 -
YUV 120.84 113.42 111 -
System Red Green Blue C M Y K H S L
Decimal 97 138 95 0.30 0 0.31 0.46 117.21 0.18 0.46
Hex 61 8A 5F 1E 0 1F 2E 75 12 2E
Octal 141 212 137 36 0 37 56 165 22 56
Binary 1100001 10001010 1011111 11110 0 11111 101110 1110101 10010 101110

Color Harmonies of #618A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A5F

Black with #618A5F

Text Example


Text Example

White with #618A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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