Html Css Color HEX #5A876B Sirocco

📋 copy color: '#5A876B'

red 90 ◦ green 135 ◦ blue 107

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

Shades of Sirocco #5A876B

Tints of Sirocco #5A876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 27.11%
G = 40.66%
B = 32.23%

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

#5A876B (or 0x5A876B) is known color: Sirocco. HEX triplet: 5A, 87 and 6B. RGB value is (90,135,107). Sum of RGB (Red+Green+Blue) = 90+135+107=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876B is #A57894. Grayscale: #767676. Windows color (decimal): -10844309 or 7047002. OLE color: 7047002.

HSL color Cylindrical-coordinate representation of color #5A876B: hue angle of 142.67º 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 #5A876B is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 135 107 -
CMYK 0.33 0 0.21 0.47
HSL 142.67º 0.2% 0.44% -
HSV(B) 142.67º 0.33% 0.53% -
XYZ 15.53 20.56 17.06 -
YUV 118.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 90 135 107 0.33 0 0.21 0.47 142.67 0.2 0.44
Hex 5A 87 6B 21 0 15 2F 8F 14 2C
Octal 132 207 153 41 0 25 57 217 24 54
Binary 1011010 10000111 1101011 100001 0 10101 101111 10001111 10100 101100

Color Harmonies of #5A876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A876B

Black with #5A876B

Text Example


Text Example

White with #5A876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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