Html Css Color HEX #609142 Dingley

📋 copy color: '#609142'

red 96 ◦ green 145 ◦ blue 66

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

Shades of Dingley #609142

Tints of Dingley #609142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 31.27%
G = 47.23%
B = 21.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#609142 (or 0x609142) is known color: Dingley. HEX triplet: 60, 91 and 42. RGB value is (96,145,66). Sum of RGB (Red+Green+Blue) = 96+145+66=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #609142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609142 is #9F6EBD. Grayscale: #797979. Windows color (decimal): -10448574 or 4362592. OLE color: 4362592.

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

Color convert

RGB 96 145 66 -
CMYK 0.34 0 0.54 0.43
HSL 97.22º 0.37% 0.41% -
HSV(B) 97.22º 0.54% 0.57% -
XYZ 15.93 23.13 8.78 -
YUV 121.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 96 145 66 0.34 0 0.54 0.43 97.22 0.37 0.41
Hex 60 91 42 22 0 36 2B 61 25 29
Octal 140 221 102 42 0 66 53 141 45 51
Binary 1100000 10010001 1000010 100010 0 110110 101011 1100001 100101 101001

Color Harmonies of #609142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609142

Black with #609142

Text Example


Text Example

White with #609142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609142; }

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

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

background-color css

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

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

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

border-color css

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

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

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