Html Css Color HEX #608640 Dingley

📋 copy color: '#608640'

red 96 ◦ green 134 ◦ blue 64

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

Shades of Dingley #608640

Tints of Dingley #608640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.58%

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

R = 32.65%
G = 45.58%
B = 21.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#608640 (or 0x608640) is known color: Dingley. HEX triplet: 60, 86 and 40. RGB value is (96,134,64). Sum of RGB (Red+Green+Blue) = 96+134+64=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #608640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608640 is #9F79BF. Grayscale: #727272. Windows color (decimal): -10451392 or 4228704. OLE color: 4228704.

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

Color convert

RGB 96 134 64 -
CMYK 0.28 0 0.52 0.47
HSL 92.57º 0.35% 0.39% -
HSV(B) 92.57º 0.52% 0.53% -
XYZ 14.27 19.91 7.94 -
YUV 114.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 96 134 64 0.28 0 0.52 0.47 92.57 0.35 0.39
Hex 60 86 40 1C 0 34 2F 5D 23 27
Octal 140 206 100 34 0 64 57 135 43 47
Binary 1100000 10000110 1000000 11100 0 110100 101111 1011101 100011 100111

Color Harmonies of #608640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608640

Black with #608640

Text Example


Text Example

White with #608640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608640; }

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

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

background-color css

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

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

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

border-color css

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

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

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