#6A8452

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

Shades of Dingley #6A8452

Tints of Dingley #6A8452

Color information

#6A8452 (or 0x6A8452) is unknown color: approx Dingley. HEX triplet: 6A, 84 and 52. RGB value is (106,132,82). Sum of RGB (Red+Green+Blue) = 106+132+82=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8452 is #957BAD. Grayscale: #767676. Windows color (decimal): -9796526 or 5407850. OLE color: 5407850.

HSL color Cylindrical-coordinate representation of color #6A8452: hue angle of 91.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8452 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB10613282-
CMYK0.2000.380.48
HSL91.2º23.36%41.96%-
HSV(B)91.2º37.88%51.76%-
XYZ15.7220.1811.05-
YUV118.53107.39119.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=33.12%
G=41.25%
B=25.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132820.2000.380.4891.223.3641.96
Hex6A845214026305b172a
Octal15220412224046601332752
Binary1101010100001001010010101000100110110000101101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,132,82); }

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

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

 a { background-color: rgb(106,132,82); }

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

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

 span { border-color: rgb(106,132,82); }

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