Html Css Color HEX #6EA262 Amulet

📋 copy color: '#6EA262'

red 110 ◦ green 162 ◦ blue 98

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

Shades of Amulet #6EA262

Tints of Amulet #6EA262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.78%

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

R = 29.73%
G = 43.78%
B = 26.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#6EA262 (or 0x6EA262) is known color: Amulet. HEX triplet: 6E, A2 and 62. RGB value is (110,162,98). Sum of RGB (Red+Green+Blue) = 110+162+98=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA262 is #915D9D. Grayscale: #8B8B8B. Windows color (decimal): -9526686 or 6464110. OLE color: 6464110.

HSL color Cylindrical-coordinate representation of color #6EA262: hue angle of 108.75º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EA262 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 162 98 -
CMYK 0.32 0 0.40 0.36
HSL 108.75º 0.26% 0.51% -
HSV(B) 108.75º 0.4% 0.64% -
XYZ 21.56 30.04 16.22 -
YUV 139.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 110 162 98 0.32 0 0.40 0.36 108.75 0.26 0.51
Hex 6E A2 62 20 0 28 24 6D 1A 33
Octal 156 242 142 40 0 50 44 155 32 63
Binary 1101110 10100010 1100010 100000 0 101000 100100 1101101 11010 110011

Color Harmonies of #6EA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA262

Black with #6EA262

Text Example


Text Example

White with #6EA262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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