Html Css Color HEX #5B764C Dingley

📋 copy color: '#5B764C'

red 91 ◦ green 118 ◦ blue 76

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

Shades of Dingley #5B764C

Tints of Dingley #5B764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 31.93%
G = 41.4%
B = 26.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#5B764C (or 0x5B764C) is known color: Dingley. HEX triplet: 5B, 76 and 4C. RGB value is (91,118,76). Sum of RGB (Red+Green+Blue) = 91+118+76=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #5B764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B764C is #A489B3. Grayscale: #696969. Windows color (decimal): -10783156 or 5011035. OLE color: 5011035.

HSL color Cylindrical-coordinate representation of color #5B764C: hue angle of 98.57º 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 #5B764C is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 118 76 -
CMYK 0.23 0 0.36 0.54
HSL 98.57º 0.22% 0.38% -
HSV(B) 98.57º 0.36% 0.46% -
XYZ 12.1 15.7 9.23 -
YUV 105.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 91 118 76 0.23 0 0.36 0.54 98.57 0.22 0.38
Hex 5B 76 4C 17 0 24 36 63 16 26
Octal 133 166 114 27 0 44 66 143 26 46
Binary 1011011 1110110 1001100 10111 0 100100 110110 1100011 10110 100110

Color Harmonies of #5B764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B764C

Black with #5B764C

Text Example


Text Example

White with #5B764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,118,76); }

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

background-color css

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

 a { background-color: rgb(91,118,76); }

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

border-color css

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

 span { border-color: rgb(91,118,76); }

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