#6C804F

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

Shades of Dingley #6C804F

Tints of Dingley #6C804F

Color information

#6C804F (or 0x6C804F) is unknown color: approx Dingley. HEX triplet: 6C, 80 and 4F. RGB value is (108,128,79). Sum of RGB (Red+Green+Blue) = 108+128+79=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #6C804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C804F is #937FB0. Grayscale: #747474. Windows color (decimal): -9666481 or 5210220. OLE color: 5210220.

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

Color convert

RGB10812879-
CMYK0.1600.380.50
HSL84.49º23.67%40.59%-
HSV(B)84.49º38.28%50.2%-
XYZ15.3119.1910.29-
YUV116.43106.87121.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=34.29%
G=40.63%
B=25.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108128790.1600.380.5084.4923.6740.59
Hex6C804F1002632541829
Octal15420011720046621243051
Binary1101100100000001001111100000100110110010101010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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