#6A803A

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

Shades of Dingley #6A803A

Tints of Dingley #6A803A

Color information

#6A803A (or 0x6A803A) is unknown color: approx Dingley. HEX triplet: 6A, 80 and 3A. RGB value is (106,128,58). Sum of RGB (Red+Green+Blue) = 106+128+58=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #6A803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A803A is #957FC5. Grayscale: #717171. Windows color (decimal): -9797574 or 3833962. OLE color: 3833962.

HSL color Cylindrical-coordinate representation of color #6A803A: hue angle of 78.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A803A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB10612858-
CMYK0.1700.550.50
HSL78.86º37.63%36.47%-
HSV(B)78.86º54.69%50.2%-
XYZ14.4318.816.87-
YUV113.4496.71122.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=36.30%
G=43.84%
B=19.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106128580.1700.550.5078.8637.6336.47
Hex6A803A11037324f2624
Octal1522007221067621174644
Binary1101010100000001110101000101101111100101001111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,128,58); }

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

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

 a { background-color: rgb(106,128,58); }

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

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

 span { border-color: rgb(106,128,58); }

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