#6DAB62

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

Shades of Amulet #6DAB62

Tints of Amulet #6DAB62

Color information

#6DAB62 (or 0x6DAB62) is unknown color: approx Amulet. HEX triplet: 6D, AB and 62. RGB value is (109,171,98). Sum of RGB (Red+Green+Blue) = 109+171+98=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB62 is #92549D. Grayscale: #909090. Windows color (decimal): -9589918 or 6466413. OLE color: 6466413.

HSL color Cylindrical-coordinate representation of color #6DAB62: hue angle of 110.96º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DAB62 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB10917198-
CMYK0.3600.430.33
HSL110.96º30.29%52.75%-
HSV(B)110.96º42.69%67.06%-
XYZ23.0733.2616.76-
YUV144.14101.96102.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 98 (38.67% from 255) = 25.93%
R=28.84%
G=45.24%
B=25.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109171980.3600.430.33110.9630.2952.75
Hex6DAB622402B216f1e35
Octal15525314244053411573665
Binary11011011010101111000101001000101011100001110111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,171,98); }

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

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

 a { background-color: rgb(109,171,98); }

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

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

 span { border-color: rgb(109,171,98); }

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