Html Css Color HEX #5A7954 Cactus

📋 copy color: '#5A7954'

red 90 ◦ green 121 ◦ blue 84

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

Shades of Cactus #5A7954

Tints of Cactus #5A7954

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.02%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 30.51%
G = 41.02%
B = 28.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#5A7954 (or 0x5A7954) is known color: Cactus. HEX triplet: 5A, 79 and 54. RGB value is (90,121,84). Sum of RGB (Red+Green+Blue) = 90+121+84=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7954 is #A586AB. Grayscale: #6B6B6B. Windows color (decimal): -10847916 or 5536090. OLE color: 5536090.

HSL color Cylindrical-coordinate representation of color #5A7954: hue angle of 110.27º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A7954 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 121 84 -
CMYK 0.26 0 0.31 0.53
HSL 110.27º 0.18% 0.4% -
HSV(B) 110.27º 0.31% 0.47% -
XYZ 12.65 16.49 10.9 -
YUV 107.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 90 121 84 0.26 0 0.31 0.53 110.27 0.18 0.4
Hex 5A 79 54 1A 0 1F 35 6E 12 28
Octal 132 171 124 32 0 37 65 156 22 50
Binary 1011010 1111001 1010100 11010 0 11111 110101 1101110 10010 101000

Color Harmonies of #5A7954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7954

Black with #5A7954

Text Example


Text Example

White with #5A7954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,121,84); }

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

background-color css

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

 a { background-color: rgb(90,121,84); }

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

border-color css

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

 span { border-color: rgb(90,121,84); }

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