#6CA65F

Color #6CA65F Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #6CA65F

Tints of Amulet #6CA65F

Color information

#6CA65F (or 0x6CA65F) is unknown color: approx Amulet. HEX triplet: 6C, A6 and 5F. RGB value is (108,166,95). Sum of RGB (Red+Green+Blue) = 108+166+95=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA65F is #9359A0. Grayscale: #8C8C8C. Windows color (decimal): -9656737 or 6268524. OLE color: 6268524.

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

Color convert

RGB10816695-
CMYK0.3500.430.35
HSL109.01º28.51%51.18%-
HSV(B)109.01º42.77%65.1%-
XYZ21.8931.2915.71-
YUV140.56102.28104.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=29.27%
G=44.99%
B=25.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108166950.3500.430.35109.0128.5151.18
Hex6CA65F2302B236d1d33
Octal15424613743053431553563
Binary11011001010011010111111000110101011100011110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,95); }

 H1.HeaderClassName
 {
   color: #6CA65F;
 }
 .AnyTagClassName
 {
   color: #6CA65F;
 }
</style>
background-color css

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

 a { background-color: rgb(108,166,95); }

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

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

 span { border-color: rgb(108,166,95); }

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