#608740

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

Shades of Dingley #608740

Tints of Dingley #608740

Color information

#608740 (or 0x608740) is unknown color: approx Dingley. HEX triplet: 60, 87 and 40. RGB value is (96,135,64). Sum of RGB (Red+Green+Blue) = 96+135+64=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #608740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608740 is #9F78BF. Grayscale: #737373. Windows color (decimal): -10451136 or 4228960. OLE color: 4228960.

HSL color Cylindrical-coordinate representation of color #608740: hue angle of 92.96º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608740 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB9613564-
CMYK0.2900.530.47
HSL92.96º35.68%39.02%-
HSV(B)92.96º52.59%52.94%-
XYZ14.4120.187.99-
YUV115.2499.08114.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=32.54%
G=45.76%
B=21.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96135640.2900.530.4792.9635.6839.02
Hex6087401D0352F5d2427
Octal14020710035065571354447
Binary11000001000011110000001110101101011011111011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608740; }

 p { color: rgb(96,135,64); }

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

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

 a { background-color: rgb(96,135,64); }

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

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

 span { border-color: rgb(96,135,64); }

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