Html Css Color HEX #6CA260 Amulet

📋 copy color: '#6CA260'

red 108 ◦ green 162 ◦ blue 96

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

Shades of Amulet #6CA260

Tints of Amulet #6CA260

RGB

 RED value IS 108 (42.58% from 255) = 29.51%

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

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

R = 29.51%
G = 44.26%
B = 26.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#6CA260 (or 0x6CA260) is known color: Amulet. HEX triplet: 6C, A2 and 60. RGB value is (108,162,96). Sum of RGB (Red+Green+Blue) = 108+162+96=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA260 is #935D9F. Grayscale: #8A8A8A. Windows color (decimal): -9657760 or 6333036. OLE color: 6333036.

HSL color Cylindrical-coordinate representation of color #6CA260: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CA260 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 162 96 -
CMYK 0.33 0 0.41 0.36
HSL 109.09º 0.26% 0.51% -
HSV(B) 109.09º 0.41% 0.64% -
XYZ 21.22 29.87 15.71 -
YUV 138.33 104.11 106.37 -
System Red Green Blue C M Y K H S L
Decimal 108 162 96 0.33 0 0.41 0.36 109.09 0.26 0.51
Hex 6C A2 60 21 0 29 24 6D 1A 33
Octal 154 242 140 41 0 51 44 155 32 63
Binary 1101100 10100010 1100000 100001 0 101001 100100 1101101 11010 110011

Color Harmonies of #6CA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA260

Black with #6CA260

Text Example


Text Example

White with #6CA260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,162,96); }

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

background-color css

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

 a { background-color: rgb(108,162,96); }

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

border-color css

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

 span { border-color: rgb(108,162,96); }

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