Html Css Color HEX #6BA660 Amulet

📋 copy color: '#6BA660'

red 107 ◦ green 166 ◦ blue 96

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

Shades of Amulet #6BA660

Tints of Amulet #6BA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.99%

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

R = 29%
G = 44.99%
B = 26.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#6BA660 (or 0x6BA660) is known color: Amulet. HEX triplet: 6B, A6 and 60. RGB value is (107,166,96). Sum of RGB (Red+Green+Blue) = 107+166+96=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA660 is #94599F. Grayscale: #8C8C8C. Windows color (decimal): -9722272 or 6334059. OLE color: 6334059.

HSL color Cylindrical-coordinate representation of color #6BA660: hue angle of 110.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BA660 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 166 96 -
CMYK 0.36 0 0.42 0.35
HSL 110.57º 0.28% 0.51% -
HSV(B) 110.57º 0.42% 0.65% -
XYZ 21.81 31.24 15.95 -
YUV 140.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 107 166 96 0.36 0 0.42 0.35 110.57 0.28 0.51
Hex 6B A6 60 24 0 2A 23 6F 1C 33
Octal 153 246 140 44 0 52 43 157 34 63
Binary 1101011 10100110 1100000 100100 0 101010 100011 1101111 11100 110011

Color Harmonies of #6BA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA660

Black with #6BA660

Text Example


Text Example

White with #6BA660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,166,96); }

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

background-color css

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

 a { background-color: rgb(107,166,96); }

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

border-color css

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

 span { border-color: rgb(107,166,96); }

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