Html Css Color HEX #6FA261 Amulet

📋 copy color: '#6FA261'

red 111 ◦ green 162 ◦ blue 97

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

Shades of Amulet #6FA261

Tints of Amulet #6FA261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.22%

R = 30%
G = 43.78%
B = 26.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#6FA261 (or 0x6FA261) is known color: Amulet. HEX triplet: 6F, A2 and 61. RGB value is (111,162,97). Sum of RGB (Red+Green+Blue) = 111+162+97=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA261 is #905D9E. Grayscale: #8B8B8B. Windows color (decimal): -9461151 or 6398575. OLE color: 6398575.

HSL color Cylindrical-coordinate representation of color #6FA261: hue angle of 107.08º 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 #6FA261 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 162 97 -
CMYK 0.31 0 0.40 0.36
HSL 107.08º 0.26% 0.51% -
HSV(B) 107.08º 0.4% 0.64% -
XYZ 21.63 30.08 15.98 -
YUV 139.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 111 162 97 0.31 0 0.40 0.36 107.08 0.26 0.51
Hex 6F A2 61 1F 0 28 24 6B 1A 33
Octal 157 242 141 37 0 50 44 153 32 63
Binary 1101111 10100010 1100001 11111 0 101000 100100 1101011 11010 110011

Color Harmonies of #6FA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA261

Black with #6FA261

Text Example


Text Example

White with #6FA261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,162,97); }

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

background-color css

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

 a { background-color: rgb(111,162,97); }

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

border-color css

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

 span { border-color: rgb(111,162,97); }

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