Html Css Color HEX #609140 Dingley

📋 copy color: '#609140'

red 96 ◦ green 145 ◦ blue 64

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

Shades of Dingley #609140

Tints of Dingley #609140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.54%

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

R = 31.48%
G = 47.54%
B = 20.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#609140 (or 0x609140) is known color: Dingley. HEX triplet: 60, 91 and 40. RGB value is (96,145,64). Sum of RGB (Red+Green+Blue) = 96+145+64=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #609140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609140 is #9F6EBF. Grayscale: #797979. Windows color (decimal): -10448576 or 4231520. OLE color: 4231520.

HSL color Cylindrical-coordinate representation of color #609140: hue angle of 96.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #609140 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 64 -
CMYK 0.34 0 0.56 0.43
HSL 96.3º 0.39% 0.41% -
HSV(B) 96.3º 0.56% 0.57% -
XYZ 15.87 23.11 8.47 -
YUV 121.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 96 145 64 0.34 0 0.56 0.43 96.3 0.39 0.41
Hex 60 91 40 22 0 38 2B 60 27 29
Octal 140 221 100 42 0 70 53 140 47 51
Binary 1100000 10010001 1000000 100010 0 111000 101011 1100000 100111 101001

Color Harmonies of #609140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609140

Black with #609140

Text Example


Text Example

White with #609140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609140; }

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

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

background-color css

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

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

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

border-color css

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

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

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