Html Css Color HEX #5A7967 Sirocco

📋 copy color: '#5A7967'

red 90 ◦ green 121 ◦ blue 103

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

Shades of Sirocco #5A7967

Tints of Sirocco #5A7967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 28.66%
G = 38.54%
B = 32.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#5A7967 (or 0x5A7967) is known color: Sirocco. HEX triplet: 5A, 79 and 67. RGB value is (90,121,103). Sum of RGB (Red+Green+Blue) = 90+121+103=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7967 is #A58698. Grayscale: #6D6D6D. Windows color (decimal): -10847897 or 6781274. OLE color: 6781274.

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

Color convert

RGB 90 121 103 -
CMYK 0.26 0 0.15 0.53
HSL 145.16º 0.15% 0.41% -
HSV(B) 145.16º 0.26% 0.47% -
XYZ 13.5 16.83 15.37 -
YUV 109.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 90 121 103 0.26 0 0.15 0.53 145.16 0.15 0.41
Hex 5A 79 67 1A 0 F 35 91 F 29
Octal 132 171 147 32 0 17 65 221 17 51
Binary 1011010 1111001 1100111 11010 0 1111 110101 10010001 1111 101001

Color Harmonies of #5A7967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7967

Black with #5A7967

Text Example


Text Example

White with #5A7967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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