#6C9452

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

Shades of Asparagus #6C9452

Tints of Asparagus #6C9452

Color information

#6C9452 (or 0x6C9452) is unknown color: approx Asparagus. HEX triplet: 6C, 94 and 52. RGB value is (108,148,82). Sum of RGB (Red+Green+Blue) = 108+148+82=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9452 is #936BAD. Grayscale: #808080. Windows color (decimal): -9661358 or 5411948. OLE color: 5411948.

HSL color Cylindrical-coordinate representation of color #6C9452: hue angle of 96.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C9452 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB10814882-
CMYK0.2700.450.42
HSL96.36º28.7%45.1%-
HSV(B)96.36º44.59%58.04%-
XYZ18.324.9811.84-
YUV128.52101.75113.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=31.95%
G=43.79%
B=24.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108148820.2700.450.4296.3628.745.1
Hex6C94521B02D2A601d2d
Octal15422412233055521403555
Binary1101100100101001010010110110101101101010110000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,148,82); }

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

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

 a { background-color: rgb(108,148,82); }

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

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

 span { border-color: rgb(108,148,82); }

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