Html Css Color HEX #608940 Dingley

📋 copy color: '#608940'

red 96 ◦ green 137 ◦ blue 64

#608940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #608940

Tints of Dingley #608940

RGB

 RED value IS 96 (37.89% from 255) = 32.32%

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 32.32%
G = 46.13%
B = 21.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#608940 (or 0x608940) is known color: Dingley. HEX triplet: 60, 89 and 40. RGB value is (96,137,64). Sum of RGB (Red+Green+Blue) = 96+137+64=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #608940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608940 is #9F76BF. Grayscale: #747474. Windows color (decimal): -10450624 or 4229472. OLE color: 4229472.

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

Color convert

RGB 96 137 64 -
CMYK 0.30 0 0.53 0.46
HSL 93.7º 0.36% 0.39% -
HSV(B) 93.7º 0.53% 0.54% -
XYZ 14.69 20.75 8.08 -
YUV 116.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 96 137 64 0.30 0 0.53 0.46 93.7 0.36 0.39
Hex 60 89 40 1E 0 35 2E 5E 24 27
Octal 140 211 100 36 0 65 56 136 44 47
Binary 1100000 10001001 1000000 11110 0 110101 101110 1011110 100100 100111

Color Harmonies of #608940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608940

Black with #608940

Text Example


Text Example

White with #608940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608940; }

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

 H1.HeaderClassName
 {
   color: #608940;
 }
 .AnyTagClassName
 {
   color: #608940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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