Html Css Color HEX #6FA360 Amulet

📋 copy color: '#6FA360'

red 111 ◦ green 163 ◦ blue 96

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

Shades of Amulet #6FA360

Tints of Amulet #6FA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

 BLUE value IS 96 (37.89% from 255) = 25.95%

R = 30%
G = 44.05%
B = 25.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#6FA360 (or 0x6FA360) is known color: Amulet. HEX triplet: 6F, A3 and 60. RGB value is (111,163,96). Sum of RGB (Red+Green+Blue) = 111+163+96=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA360 is #905C9F. Grayscale: #8C8C8C. Windows color (decimal): -9460896 or 6333295. OLE color: 6333295.

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

Color convert

RGB 111 163 96 -
CMYK 0.32 0 0.41 0.36
HSL 106.57º 0.27% 0.51% -
HSV(B) 106.57º 0.41% 0.64% -
XYZ 21.76 30.42 15.79 -
YUV 139.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 111 163 96 0.32 0 0.41 0.36 106.57 0.27 0.51
Hex 6F A3 60 20 0 29 24 6B 1B 33
Octal 157 243 140 40 0 51 44 153 33 63
Binary 1101111 10100011 1100000 100000 0 101001 100100 1101011 11011 110011

Color Harmonies of #6FA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA360

Black with #6FA360

Text Example


Text Example

White with #6FA360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,163,96); }

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

background-color css

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

 a { background-color: rgb(111,163,96); }

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

border-color css

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

 span { border-color: rgb(111,163,96); }

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