Html Css Color HEX #6FA56C Amulet

📋 copy color: '#6FA56C'

red 111 ◦ green 165 ◦ blue 108

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

Shades of Amulet #6FA56C

Tints of Amulet #6FA56C

RGB

 RED value IS 111 (43.75% from 255) = 28.91%

 GREEN value IS 165 (64.84% from 255) = 42.97%

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 28.91%
G = 42.97%
B = 28.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#6FA56C (or 0x6FA56C) is known color: Amulet. HEX triplet: 6F, A5 and 6C. RGB value is (111,165,108). Sum of RGB (Red+Green+Blue) = 111+165+108=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA56C is #905A93. Grayscale: #8E8E8E. Windows color (decimal): -9460372 or 7120239. OLE color: 7120239.

HSL color Cylindrical-coordinate representation of color #6FA56C: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FA56C is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 111 165 108 -
CMYK 0.33 0 0.35 0.35
HSL 116.84º 0.24% 0.54% -
HSV(B) 116.84º 0.35% 0.65% -
XYZ 22.72 31.37 19.05 -
YUV 142.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 111 165 108 0.33 0 0.35 0.35 116.84 0.24 0.54
Hex 6F A5 6C 21 0 23 23 75 18 36
Octal 157 245 154 41 0 43 43 165 30 66
Binary 1101111 10100101 1101100 100001 0 100011 100011 1110101 11000 110110

Color Harmonies of #6FA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA56C

Black with #6FA56C

Text Example


Text Example

White with #6FA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,165,108); }

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

background-color css

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

 a { background-color: rgb(111,165,108); }

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

border-color css

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

 span { border-color: rgb(111,165,108); }

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