#5F754B

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

Shades of Dingley #5F754B

Tints of Dingley #5F754B

Color information

#5F754B (or 0x5F754B) is unknown color: approx Dingley. HEX triplet: 5F, 75 and 4B. RGB value is (95,117,75). Sum of RGB (Red+Green+Blue) = 95+117+75=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #5F754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F754B is #A08AB4. Grayscale: #696969. Windows color (decimal): -10521269 or 4945247. OLE color: 4945247.

HSL color Cylindrical-coordinate representation of color #5F754B: hue angle of 91.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F754B is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB9511775-
CMYK0.1900.360.54
HSL91.43º21.88%37.65%-
HSV(B)91.43º35.9%45.88%-
XYZ12.3515.669.03-
YUV105.63110.71120.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=33.10%
G=40.77%
B=26.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95117750.1900.360.5491.4321.8837.65
Hex5F754B13024365b1626
Octal13716511323044661332646
Binary101111111101011001011100110100100110110101101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,117,75); }

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

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

 a { background-color: rgb(95,117,75); }

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

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

 span { border-color: rgb(95,117,75); }

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