#6C803B

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

Shades of Dingley #6C803B

Tints of Dingley #6C803B

Color information

#6C803B (or 0x6C803B) is unknown color: approx Dingley. HEX triplet: 6C, 80 and 3B. RGB value is (108,128,59). Sum of RGB (Red+Green+Blue) = 108+128+59=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #6C803B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C803B is #937FC4. Grayscale: #727272. Windows color (decimal): -9666501 or 3899500. OLE color: 3899500.

HSL color Cylindrical-coordinate representation of color #6C803B: hue angle of 77.39º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C803B is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB10812859-
CMYK0.1600.540.50
HSL77.39º36.9%36.67%-
HSV(B)77.39º53.91%50.2%-
XYZ14.6918.947.02-
YUV114.1596.87123.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 59 (23.44% from 255) = 20%
R=36.61%
G=43.39%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108128590.1600.540.5077.3936.936.67
Hex6C803B10036324d2525
Octal1542007320066621154545
Binary1101100100000001110111000001101101100101001101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,128,59); }

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

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

 a { background-color: rgb(108,128,59); }

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

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

 span { border-color: rgb(108,128,59); }

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