Html Css Color HEX #60764F Dingley

📋 copy color: '#60764F'

red 96 ◦ green 118 ◦ blue 79

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

Shades of Dingley #60764F

Tints of Dingley #60764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

 BLUE value IS 79 (31.25% from 255) = 26.96%

R = 32.76%
G = 40.27%
B = 26.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#60764F (or 0x60764F) is known color: Dingley. HEX triplet: 60, 76 and 4F. RGB value is (96,118,79). Sum of RGB (Red+Green+Blue) = 96+118+79=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #60764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60764F is #9F89B0. Grayscale: #6B6B6B. Windows color (decimal): -10455473 or 5207648. OLE color: 5207648.

HSL color Cylindrical-coordinate representation of color #60764F: hue angle of 93.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60764F is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 79 -
CMYK 0.19 0 0.33 0.54
HSL 93.85º 0.2% 0.39% -
HSV(B) 93.85º 0.33% 0.46% -
XYZ 12.71 16.01 9.82 -
YUV 106.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 96 118 79 0.19 0 0.33 0.54 93.85 0.2 0.39
Hex 60 76 4F 13 0 21 36 5E 14 27
Octal 140 166 117 23 0 41 66 136 24 47
Binary 1100000 1110110 1001111 10011 0 100001 110110 1011110 10100 100111

Color Harmonies of #60764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60764F

Black with #60764F

Text Example


Text Example

White with #60764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,118,79); }

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

background-color css

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

 a { background-color: rgb(96,118,79); }

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

border-color css

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

 span { border-color: rgb(96,118,79); }

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