Html Css Color HEX #609141 Dingley

📋 copy color: '#609141'

red 96 ◦ green 145 ◦ blue 65

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

Shades of Dingley #609141

Tints of Dingley #609141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 31.37%
G = 47.39%
B = 21.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#609141 (or 0x609141) is known color: Dingley. HEX triplet: 60, 91 and 41. RGB value is (96,145,65). Sum of RGB (Red+Green+Blue) = 96+145+65=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #609141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609141 is #9F6EBE. Grayscale: #797979. Windows color (decimal): -10448575 or 4297056. OLE color: 4297056.

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

Color convert

RGB 96 145 65 -
CMYK 0.34 0 0.55 0.43
HSL 96.75º 0.38% 0.41% -
HSV(B) 96.75º 0.55% 0.57% -
XYZ 15.9 23.12 8.63 -
YUV 121.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 96 145 65 0.34 0 0.55 0.43 96.75 0.38 0.41
Hex 60 91 41 22 0 37 2B 61 26 29
Octal 140 221 101 42 0 67 53 141 46 51
Binary 1100000 10010001 1000001 100010 0 110111 101011 1100001 100110 101001

Color Harmonies of #609141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609141

Black with #609141

Text Example


Text Example

White with #609141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609141; }

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

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

background-color css

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

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

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

border-color css

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

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

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