#6A8B42

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

Shades of Dingley #6A8B42

Tints of Dingley #6A8B42

Color information

#6A8B42 (or 0x6A8B42) is unknown color: approx Dingley. HEX triplet: 6A, 8B and 42. RGB value is (106,139,66). Sum of RGB (Red+Green+Blue) = 106+139+66=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8B42 is #9574BD. Grayscale: #797979. Windows color (decimal): -9794750 or 4361066. OLE color: 4361066.

HSL color Cylindrical-coordinate representation of color #6A8B42: hue angle of 87.12º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A8B42 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB10613966-
CMYK0.2400.530.45
HSL87.12º35.61%40.2%-
HSV(B)87.12º52.52%54.51%-
XYZ16.1621.928.53-
YUV120.8197.07117.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=34.08%
G=44.69%
B=21.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106139660.2400.530.4587.1235.6140.2
Hex6A8B42180352D572428
Octal15221310230065551274450
Binary11010101000101110000101100001101011011011010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,139,66); }

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

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

 a { background-color: rgb(106,139,66); }

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

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

 span { border-color: rgb(106,139,66); }

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