Html Css Color HEX #5A876A Sirocco

📋 copy color: '#5A876A'

red 90 ◦ green 135 ◦ blue 106

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

Shades of Sirocco #5A876A

Tints of Sirocco #5A876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.79%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 27.19%
G = 40.79%
B = 32.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#5A876A (or 0x5A876A) is known color: Sirocco. HEX triplet: 5A, 87 and 6A. RGB value is (90,135,106). Sum of RGB (Red+Green+Blue) = 90+135+106=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876A is #A57895. Grayscale: #767676. Windows color (decimal): -10844310 or 6981466. OLE color: 6981466.

HSL color Cylindrical-coordinate representation of color #5A876A: hue angle of 141.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A876A is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 135 106 -
CMYK 0.33 0 0.21 0.47
HSL 141.33º 0.2% 0.44% -
HSV(B) 141.33º 0.33% 0.53% -
XYZ 15.48 20.54 16.78 -
YUV 118.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 90 135 106 0.33 0 0.21 0.47 141.33 0.2 0.44
Hex 5A 87 6A 21 0 15 2F 8D 14 2C
Octal 132 207 152 41 0 25 57 215 24 54
Binary 1011010 10000111 1101010 100001 0 10101 101111 10001101 10100 101100

Color Harmonies of #5A876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A876A

Black with #5A876A

Text Example


Text Example

White with #5A876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,135,106); }

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

background-color css

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

 a { background-color: rgb(90,135,106); }

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

border-color css

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

 span { border-color: rgb(90,135,106); }

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