Html Css Color HEX #6FA06B Amulet

📋 copy color: '#6FA06B'

red 111 ◦ green 160 ◦ blue 107

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

Shades of Amulet #6FA06B

Tints of Amulet #6FA06B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 29.37%
G = 42.33%
B = 28.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#6FA06B (or 0x6FA06B) is known color: Amulet. HEX triplet: 6F, A0 and 6B. RGB value is (111,160,107). Sum of RGB (Red+Green+Blue) = 111+160+107=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA06B is #905F94. Grayscale: #8B8B8B. Windows color (decimal): -9461653 or 7053423. OLE color: 7053423.

HSL color Cylindrical-coordinate representation of color #6FA06B: hue angle of 115.47º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA06B is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 160 107 -
CMYK 0.31 0 0.33 0.37
HSL 115.47º 0.22% 0.52% -
HSV(B) 115.47º 0.33% 0.63% -
XYZ 21.78 29.58 18.47 -
YUV 139.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 111 160 107 0.31 0 0.33 0.37 115.47 0.22 0.52
Hex 6F A0 6B 1F 0 21 25 73 16 34
Octal 157 240 153 37 0 41 45 163 26 64
Binary 1101111 10100000 1101011 11111 0 100001 100101 1110011 10110 110100

Color Harmonies of #6FA06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA06B

Black with #6FA06B

Text Example


Text Example

White with #6FA06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,160,107); }

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

background-color css

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

 a { background-color: rgb(111,160,107); }

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

border-color css

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

 span { border-color: rgb(111,160,107); }

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