#5F784C

Color #5F784C Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #5F784C

Tints of Dingley #5F784C

Color information

#5F784C (or 0x5F784C) is unknown color: approx Dingley. HEX triplet: 5F, 78 and 4C. RGB value is (95,120,76). Sum of RGB (Red+Green+Blue) = 95+120+76=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #5F784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F784C is #A087B3. Grayscale: #6B6B6B. Windows color (decimal): -10520500 or 5011551. OLE color: 5011551.

HSL color Cylindrical-coordinate representation of color #5F784C: hue angle of 94.09º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F784C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB9512076-
CMYK0.2100.370.53
HSL94.09º22.45%38.43%-
HSV(B)94.09º36.67%47.06%-
XYZ12.7416.399.33-
YUV107.51110.22119.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=32.65%
G=41.24%
B=26.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120760.2100.370.5394.0922.4538.43
Hex5F784C15025355e1626
Octal13717011425045651362646
Binary101111111110001001100101010100101110101101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,120,76); }

 H1.HeaderClassName
 {
   color: #5F784C;
 }
 .AnyTagClassName
 {
   color: #5F784C;
 }
</style>
background-color css

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

 a { background-color: rgb(95,120,76); }

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

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

 span { border-color: rgb(95,120,76); }

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