#6C8F40

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

Shades of Dingley #6C8F40

Tints of Dingley #6C8F40

Color information

#6C8F40 (or 0x6C8F40) is unknown color: approx Dingley. HEX triplet: 6C, 8F and 40. RGB value is (108,143,64). Sum of RGB (Red+Green+Blue) = 108+143+64=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8F40 is #9370BF. Grayscale: #7B7B7B. Windows color (decimal): -9662656 or 4231020. OLE color: 4231020.

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

Color convert

RGB10814364-
CMYK0.2400.550.44
HSL86.58º38.16%40.59%-
HSV(B)86.58º55.24%56.08%-
XYZ16.9323.28.44-
YUV123.5394.4116.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=34.29%
G=45.40%
B=20.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108143640.2400.550.4486.5838.1640.59
Hex6C8F40180372C572629
Octal15421710030067541274651
Binary11011001000111110000001100001101111011001010111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,143,64); }

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

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

 a { background-color: rgb(108,143,64); }

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

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

 span { border-color: rgb(108,143,64); }

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