Html Css Color HEX #6E9F67 Amulet

📋 copy color: '#6E9F67'

red 110 ◦ green 159 ◦ blue 103

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

Shades of Amulet #6E9F67

Tints of Amulet #6E9F67

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.74%

 BLUE value IS 103 (40.63% from 255) = 27.69%

R = 29.57%
G = 42.74%
B = 27.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#6E9F67 (or 0x6E9F67) is known color: Amulet. HEX triplet: 6E, 9F and 67. RGB value is (110,159,103). Sum of RGB (Red+Green+Blue) = 110+159+103=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9F67 is #916098. Grayscale: #8A8A8A. Windows color (decimal): -9527449 or 6791022. OLE color: 6791022.

HSL color Cylindrical-coordinate representation of color #6E9F67: hue angle of 112.5º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E9F67 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 159 103 -
CMYK 0.31 0 0.35 0.38
HSL 112.5º 0.23% 0.51% -
HSV(B) 112.5º 0.35% 0.62% -
XYZ 21.28 29.09 17.33 -
YUV 137.97 108.27 108.05 -
System Red Green Blue C M Y K H S L
Decimal 110 159 103 0.31 0 0.35 0.38 112.5 0.23 0.51
Hex 6E 9F 67 1F 0 23 26 70 17 33
Octal 156 237 147 37 0 43 46 160 27 63
Binary 1101110 10011111 1100111 11111 0 100011 100110 1110000 10111 110011

Color Harmonies of #6E9F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9F67

Black with #6E9F67

Text Example


Text Example

White with #6E9F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,159,103); }

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

background-color css

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

 a { background-color: rgb(110,159,103); }

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

border-color css

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

 span { border-color: rgb(110,159,103); }

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