#608F41

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

Shades of Dingley #608F41

Tints of Dingley #608F41

Color information

#608F41 (or 0x608F41) is unknown color: approx Dingley. HEX triplet: 60, 8F and 41. RGB value is (96,143,65). Sum of RGB (Red+Green+Blue) = 96+143+65=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #608F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608F41 is #9F70BE. Grayscale: #787878. Windows color (decimal): -10449087 or 4296544. OLE color: 4296544.

HSL color Cylindrical-coordinate representation of color #608F41: hue angle of 96.15º 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 #608F41 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB9614365-
CMYK0.3300.550.44
HSL96.15º37.5%40.78%-
HSV(B)96.15º54.55%56.08%-
XYZ15.622.518.52-
YUV120.0596.93110.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 143 (56.25% from 255) = 47.04%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=31.58%
G=47.04%
B=21.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96143650.3300.550.4496.1537.540.78
Hex608F41210372C602629
Octal14021710141067541404651
Binary110000010001111100000110000101101111011001100000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608F41; }

 p { color: rgb(96,143,65); }

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

<style>
 a { background-color: #608F41; }

 a { background-color: rgb(96,143,65); }

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

<style>
 span { border-color: #608F41; }

 span { border-color: rgb(96,143,65); }

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