Html Css Color HEX #6BA063 Amulet

📋 copy color: '#6BA063'

red 107 ◦ green 160 ◦ blue 99

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

Shades of Amulet #6BA063

Tints of Amulet #6BA063

RGB

 RED value IS 107 (42.19% from 255) = 29.23%

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 29.23%
G = 43.72%
B = 27.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#6BA063 (or 0x6BA063) is known color: Amulet. HEX triplet: 6B, A0 and 63. RGB value is (107,160,99). Sum of RGB (Red+Green+Blue) = 107+160+99=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA063 is #945F9C. Grayscale: #898989. Windows color (decimal): -9723805 or 6529131. OLE color: 6529131.

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

Color convert

RGB 107 160 99 -
CMYK 0.33 0 0.38 0.37
HSL 112.13º 0.24% 0.51% -
HSV(B) 112.13º 0.38% 0.63% -
XYZ 20.89 29.17 16.33 -
YUV 137.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 107 160 99 0.33 0 0.38 0.37 112.13 0.24 0.51
Hex 6B A0 63 21 0 26 25 70 18 33
Octal 153 240 143 41 0 46 45 160 30 63
Binary 1101011 10100000 1100011 100001 0 100110 100101 1110000 11000 110011

Color Harmonies of #6BA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA063

Black with #6BA063

Text Example


Text Example

White with #6BA063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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