#6A8252

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

Shades of Dingley #6A8252

Tints of Dingley #6A8252

Color information

#6A8252 (or 0x6A8252) is unknown color: approx Dingley. HEX triplet: 6A, 82 and 52. RGB value is (106,130,82). Sum of RGB (Red+Green+Blue) = 106+130+82=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8252 is #957DAD. Grayscale: #757575. Windows color (decimal): -9797038 or 5407338. OLE color: 5407338.

HSL color Cylindrical-coordinate representation of color #6A8252: hue angle of 90º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A8252 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB10613082-
CMYK0.1800.370.49
HSL90º22.64%41.57%-
HSV(B)90º36.92%50.98%-
XYZ15.4519.6410.96-
YUV117.35108.05119.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=33.33%
G=40.88%
B=25.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130820.1800.370.499022.6441.57
Hex6A825212025315a172a
Octal15220212222045611322752
Binary1101010100000101010010100100100101110001101101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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