#6A873D

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

Shades of Dingley #6A873D

Tints of Dingley #6A873D

Color information

#6A873D (or 0x6A873D) is unknown color: approx Dingley. HEX triplet: 6A, 87 and 3D. RGB value is (106,135,61). Sum of RGB (Red+Green+Blue) = 106+135+61=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #6A873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A873D is #9578C2. Grayscale: #767676. Windows color (decimal): -9795779 or 4032362. OLE color: 4032362.

HSL color Cylindrical-coordinate representation of color #6A873D: hue angle of 83.51º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A873D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB10613561-
CMYK0.2100.550.47
HSL83.51º37.76%38.43%-
HSV(B)83.51º54.81%52.94%-
XYZ15.4520.737.6-
YUV117.8995.89119.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=35.10%
G=44.70%
B=20.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135610.2100.550.4783.5137.7638.43
Hex6A873D150372F542626
Octal1522077525067571244646
Binary1101010100001111111011010101101111011111010100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,135,61); }

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

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

 a { background-color: rgb(106,135,61); }

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

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

 span { border-color: rgb(106,135,61); }

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