Html Css Color HEX #5B754E Cactus

📋 copy color: '#5B754E'

red 91 ◦ green 117 ◦ blue 78

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

Shades of Cactus #5B754E

Tints of Cactus #5B754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 78 (30.86% from 255) = 27.27%

R = 31.82%
G = 40.91%
B = 27.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#5B754E (or 0x5B754E) is known color: Cactus. HEX triplet: 5B, 75 and 4E. RGB value is (91,117,78). Sum of RGB (Red+Green+Blue) = 91+117+78=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #5B754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B754E is #A48AB1. Grayscale: #686868. Windows color (decimal): -10783410 or 5141851. OLE color: 5141851.

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

Color convert

RGB 91 117 78 -
CMYK 0.22 0 0.33 0.54
HSL 100º 0.2% 0.38% -
HSV(B) 100º 0.33% 0.46% -
XYZ 12.05 15.5 9.56 -
YUV 104.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 91 117 78 0.22 0 0.33 0.54 100 0.2 0.38
Hex 5B 75 4E 16 0 21 36 64 14 26
Octal 133 165 116 26 0 41 66 144 24 46
Binary 1011011 1110101 1001110 10110 0 100001 110110 1100100 10100 100110

Color Harmonies of #5B754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B754E

Black with #5B754E

Text Example


Text Example

White with #5B754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,117,78); }

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

background-color css

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

 a { background-color: rgb(91,117,78); }

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

border-color css

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

 span { border-color: rgb(91,117,78); }

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