Html Css Color HEX #6CA760 Amulet

📋 copy color: '#6CA760'

red 108 ◦ green 167 ◦ blue 96

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

Shades of Amulet #6CA760

Tints of Amulet #6CA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

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

R = 29.11%
G = 45.01%
B = 25.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#6CA760 (or 0x6CA760) is known color: Amulet. HEX triplet: 6C, A7 and 60. RGB value is (108,167,96). Sum of RGB (Red+Green+Blue) = 108+167+96=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA760 is #93589F. Grayscale: #8D8D8D. Windows color (decimal): -9656480 or 6334316. OLE color: 6334316.

HSL color Cylindrical-coordinate representation of color #6CA760: hue angle of 109.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CA760 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 108 167 96 -
CMYK 0.35 0 0.43 0.35
HSL 109.86º 0.29% 0.52% -
HSV(B) 109.86º 0.43% 0.65% -
XYZ 22.11 31.67 16.01 -
YUV 141.27 102.45 104.27 -
System Red Green Blue C M Y K H S L
Decimal 108 167 96 0.35 0 0.43 0.35 109.86 0.29 0.52
Hex 6C A7 60 23 0 2B 23 6E 1D 34
Octal 154 247 140 43 0 53 43 156 35 64
Binary 1101100 10100111 1100000 100011 0 101011 100011 1101110 11101 110100

Color Harmonies of #6CA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA760

Black with #6CA760

Text Example


Text Example

White with #6CA760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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