Html Css Color HEX #5F744F Dingley

📋 copy color: '#5F744F'

red 95 ◦ green 116 ◦ blue 79

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

Shades of Dingley #5F744F

Tints of Dingley #5F744F

RGB

 RED value IS 95 (37.5% from 255) = 32.76%

 GREEN value IS 116 (45.7% from 255) = 40%

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

R = 32.76%
G = 40%
B = 27.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#5F744F (or 0x5F744F) is known color: Dingley. HEX triplet: 5F, 74 and 4F. RGB value is (95,116,79). Sum of RGB (Red+Green+Blue) = 95+116+79=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #5F744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F744F is #A08BB0. Grayscale: #696969. Windows color (decimal): -10521521 or 5207135. OLE color: 5207135.

HSL color Cylindrical-coordinate representation of color #5F744F: hue angle of 94.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F744F is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 116 79 -
CMYK 0.18 0 0.32 0.55
HSL 94.05º 0.19% 0.38% -
HSV(B) 94.05º 0.32% 0.45% -
XYZ 12.38 15.49 9.73 -
YUV 105.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 95 116 79 0.18 0 0.32 0.55 94.05 0.19 0.38
Hex 5F 74 4F 12 0 20 37 5E 13 26
Octal 137 164 117 22 0 40 67 136 23 46
Binary 1011111 1110100 1001111 10010 0 100000 110111 1011110 10011 100110

Color Harmonies of #5F744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F744F

Black with #5F744F

Text Example


Text Example

White with #5F744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F744F; }

 p { color: rgb(95,116,79); }

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

background-color css

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

 a { background-color: rgb(95,116,79); }

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

border-color css

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

 span { border-color: rgb(95,116,79); }

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