Html Css Color HEX #5A7655 Cactus

📋 copy color: '#5A7655'

red 90 ◦ green 118 ◦ blue 85

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

Shades of Cactus #5A7655

Tints of Cactus #5A7655

RGB

 RED value IS 90 (35.55% from 255) = 30.72%

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

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 30.72%
G = 40.27%
B = 29.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#5A7655 (or 0x5A7655) is known color: Cactus. HEX triplet: 5A, 76 and 55. RGB value is (90,118,85). Sum of RGB (Red+Green+Blue) = 90+118+85=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7655 is #A589AA. Grayscale: #696969. Windows color (decimal): -10848683 or 5600858. OLE color: 5600858.

HSL color Cylindrical-coordinate representation of color #5A7655: hue angle of 110.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7655 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 85 -
CMYK 0.24 0 0.28 0.54
HSL 110.91º 0.16% 0.4% -
HSV(B) 110.91º 0.28% 0.46% -
XYZ 12.33 15.79 10.99 -
YUV 105.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 90 118 85 0.24 0 0.28 0.54 110.91 0.16 0.4
Hex 5A 76 55 18 0 1C 36 6F 10 28
Octal 132 166 125 30 0 34 66 157 20 50
Binary 1011010 1110110 1010101 11000 0 11100 110110 1101111 10000 101000

Color Harmonies of #5A7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7655

Black with #5A7655

Text Example


Text Example

White with #5A7655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,85); }

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

background-color css

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

 a { background-color: rgb(90,118,85); }

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

border-color css

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

 span { border-color: rgb(90,118,85); }

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