Html Css Color HEX #5F8740 Dingley

📋 copy color: '#5F8740'

red 95 ◦ green 135 ◦ blue 64

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

Shades of Dingley #5F8740

Tints of Dingley #5F8740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 32.31%
G = 45.92%
B = 21.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#5F8740 (or 0x5F8740) is known color: Dingley. HEX triplet: 5F, 87 and 40. RGB value is (95,135,64). Sum of RGB (Red+Green+Blue) = 95+135+64=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8740 is #A078BF. Grayscale: #737373. Windows color (decimal): -10516672 or 4228959. OLE color: 4228959.

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

Color convert

RGB 95 135 64 -
CMYK 0.30 0 0.53 0.47
HSL 93.8º 0.36% 0.39% -
HSV(B) 93.8º 0.53% 0.53% -
XYZ 14.31 20.13 7.98 -
YUV 114.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 95 135 64 0.30 0 0.53 0.47 93.8 0.36 0.39
Hex 5F 87 40 1E 0 35 2F 5E 24 27
Octal 137 207 100 36 0 65 57 136 44 47
Binary 1011111 10000111 1000000 11110 0 110101 101111 1011110 100100 100111

Color Harmonies of #5F8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8740

Black with #5F8740

Text Example


Text Example

White with #5F8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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