Html Css Color HEX #60913F Dingley

📋 copy color: '#60913F'

red 96 ◦ green 145 ◦ blue 63

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

Shades of Dingley #60913F

Tints of Dingley #60913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 31.58%
G = 47.7%
B = 20.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#60913F (or 0x60913F) is known color: Dingley. HEX triplet: 60, 91 and 3F. RGB value is (96,145,63). Sum of RGB (Red+Green+Blue) = 96+145+63=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #60913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60913F is #9F6EC0. Grayscale: #797979. Windows color (decimal): -10448577 or 4165984. OLE color: 4165984.

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

Color convert

RGB 96 145 63 -
CMYK 0.34 0 0.57 0.43
HSL 95.85º 0.39% 0.41% -
HSV(B) 95.85º 0.57% 0.57% -
XYZ 15.85 23.1 8.33 -
YUV 121 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 96 145 63 0.34 0 0.57 0.43 95.85 0.39 0.41
Hex 60 91 3F 22 0 39 2B 60 27 29
Octal 140 221 77 42 0 71 53 140 47 51
Binary 1100000 10010001 111111 100010 0 111001 101011 1100000 100111 101001

Color Harmonies of #60913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60913F

Black with #60913F

Text Example


Text Example

White with #60913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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