Html Css Color HEX #5F896F Sirocco

📋 copy color: '#5F896F'

red 95 ◦ green 137 ◦ blue 111

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

Shades of Sirocco #5F896F

Tints of Sirocco #5F896F

RGB

 RED value IS 95 (37.5% from 255) = 27.7%

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 27.7%
G = 39.94%
B = 32.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#5F896F (or 0x5F896F) is known color: Sirocco. HEX triplet: 5F, 89 and 6F. RGB value is (95,137,111). Sum of RGB (Red+Green+Blue) = 95+137+111=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #5F896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F896F is #A07690. Grayscale: #797979. Windows color (decimal): -10516113 or 7309663. OLE color: 7309663.

HSL color Cylindrical-coordinate representation of color #5F896F: hue angle of 142.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F896F is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 137 111 -
CMYK 0.31 0 0.19 0.46
HSL 142.86º 0.18% 0.45% -
HSV(B) 142.86º 0.31% 0.54% -
XYZ 16.53 21.47 18.31 -
YUV 121.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 95 137 111 0.31 0 0.19 0.46 142.86 0.18 0.45
Hex 5F 89 6F 1F 0 13 2E 8F 12 2D
Octal 137 211 157 37 0 23 56 217 22 55
Binary 1011111 10001001 1101111 11111 0 10011 101110 10001111 10010 101101

Color Harmonies of #5F896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F896F

Black with #5F896F

Text Example


Text Example

White with #5F896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,137,111); }

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

background-color css

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

 a { background-color: rgb(95,137,111); }

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

border-color css

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

 span { border-color: rgb(95,137,111); }

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