Html Css Color HEX #5B7742 Dingley

📋 copy color: '#5B7742'

red 91 ◦ green 119 ◦ blue 66

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

Shades of Dingley #5B7742

Tints of Dingley #5B7742

RGB

 RED value IS 91 (35.94% from 255) = 32.97%

 GREEN value IS 119 (46.88% from 255) = 43.12%

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

R = 32.97%
G = 43.12%
B = 23.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#5B7742 (or 0x5B7742) is known color: Dingley. HEX triplet: 5B, 77 and 42. RGB value is (91,119,66). Sum of RGB (Red+Green+Blue) = 91+119+66=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7742 is #A488BD. Grayscale: #686868. Windows color (decimal): -10782910 or 4355931. OLE color: 4355931.

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

Color convert

RGB 91 119 66 -
CMYK 0.24 0 0.45 0.53
HSL 91.7º 0.29% 0.36% -
HSV(B) 91.7º 0.45% 0.47% -
XYZ 11.89 15.81 7.58 -
YUV 104.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 91 119 66 0.24 0 0.45 0.53 91.7 0.29 0.36
Hex 5B 77 42 18 0 2D 35 5C 1D 24
Octal 133 167 102 30 0 55 65 134 35 44
Binary 1011011 1110111 1000010 11000 0 101101 110101 1011100 11101 100100

Color Harmonies of #5B7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7742

Black with #5B7742

Text Example


Text Example

White with #5B7742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,119,66); }

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

background-color css

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

 a { background-color: rgb(91,119,66); }

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

border-color css

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

 span { border-color: rgb(91,119,66); }

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