Html Css Color HEX #6FA067 Amulet

📋 copy color: '#6FA067'

red 111 ◦ green 160 ◦ blue 103

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

Shades of Amulet #6FA067

Tints of Amulet #6FA067

RGB

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

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

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

R = 29.68%
G = 42.78%
B = 27.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#6FA067 (or 0x6FA067) is known color: Amulet. HEX triplet: 6F, A0 and 67. RGB value is (111,160,103). Sum of RGB (Red+Green+Blue) = 111+160+103=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA067 is #905F98. Grayscale: #8B8B8B. Windows color (decimal): -9461657 or 6791279. OLE color: 6791279.

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

Color convert

RGB 111 160 103 -
CMYK 0.31 0 0.36 0.37
HSL 111.58º 0.23% 0.52% -
HSV(B) 111.58º 0.36% 0.63% -
XYZ 21.57 29.5 17.39 -
YUV 138.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 111 160 103 0.31 0 0.36 0.37 111.58 0.23 0.52
Hex 6F A0 67 1F 0 24 25 70 17 34
Octal 157 240 147 37 0 44 45 160 27 64
Binary 1101111 10100000 1100111 11111 0 100100 100101 1110000 10111 110100

Color Harmonies of #6FA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA067

Black with #6FA067

Text Example


Text Example

White with #6FA067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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