Html Css Color HEX #5F8742 Dingley

📋 copy color: '#5F8742'

red 95 ◦ green 135 ◦ blue 66

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

Shades of Dingley #5F8742

Tints of Dingley #5F8742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 32.09%
G = 45.61%
B = 22.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#5F8742 (or 0x5F8742) is known color: Dingley. HEX triplet: 5F, 87 and 42. RGB value is (95,135,66). Sum of RGB (Red+Green+Blue) = 95+135+66=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8742 is #A078BD. Grayscale: #737373. Windows color (decimal): -10516670 or 4360031. OLE color: 4360031.

HSL color Cylindrical-coordinate representation of color #5F8742: hue angle of 94.78º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F8742 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 135 66 -
CMYK 0.30 0 0.51 0.47
HSL 94.78º 0.34% 0.39% -
HSV(B) 94.78º 0.51% 0.53% -
XYZ 14.37 20.15 8.29 -
YUV 115.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 95 135 66 0.30 0 0.51 0.47 94.78 0.34 0.39
Hex 5F 87 42 1E 0 33 2F 5F 22 27
Octal 137 207 102 36 0 63 57 137 42 47
Binary 1011111 10000111 1000010 11110 0 110011 101111 1011111 100010 100111

Color Harmonies of #5F8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8742

Black with #5F8742

Text Example


Text Example

White with #5F8742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,135,66); }

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

background-color css

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

 a { background-color: rgb(95,135,66); }

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

border-color css

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

 span { border-color: rgb(95,135,66); }

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