Html Css Color HEX #6E9B62 Amulet

📋 copy color: '#6E9B62'

red 110 ◦ green 155 ◦ blue 98

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

Shades of Amulet #6E9B62

Tints of Amulet #6E9B62

RGB

 RED value IS 110 (43.36% from 255) = 30.3%

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 30.3%
G = 42.7%
B = 27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#6E9B62 (or 0x6E9B62) is known color: Amulet. HEX triplet: 6E, 9B and 62. RGB value is (110,155,98). Sum of RGB (Red+Green+Blue) = 110+155+98=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9B62 is #91649D. Grayscale: #878787. Windows color (decimal): -9528478 or 6462318. OLE color: 6462318.

HSL color Cylindrical-coordinate representation of color #6E9B62: hue angle of 107.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E9B62 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 98 -
CMYK 0.29 0 0.37 0.39
HSL 107.37º 0.23% 0.5% -
HSV(B) 107.37º 0.37% 0.61% -
XYZ 20.36 27.64 15.82 -
YUV 135.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 110 155 98 0.29 0 0.37 0.39 107.37 0.23 0.5
Hex 6E 9B 62 1D 0 25 27 6B 17 32
Octal 156 233 142 35 0 45 47 153 27 62
Binary 1101110 10011011 1100010 11101 0 100101 100111 1101011 10111 110010

Color Harmonies of #6E9B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B62

Black with #6E9B62

Text Example


Text Example

White with #6E9B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9B62; }

 p { color: rgb(110,155,98); }

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

background-color css

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

 a { background-color: rgb(110,155,98); }

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

border-color css

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

 span { border-color: rgb(110,155,98); }

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