Html Css Color HEX #5F866F Sirocco

📋 copy color: '#5F866F'

red 95 ◦ green 134 ◦ blue 111

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

Shades of Sirocco #5F866F

Tints of Sirocco #5F866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 27.94%
G = 39.41%
B = 32.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#5F866F (or 0x5F866F) is known color: Sirocco. HEX triplet: 5F, 86 and 6F. RGB value is (95,134,111). Sum of RGB (Red+Green+Blue) = 95+134+111=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #5F866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F866F is #A07990. Grayscale: #777777. Windows color (decimal): -10516881 or 7308895. OLE color: 7308895.

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

Color convert

RGB 95 134 111 -
CMYK 0.29 0 0.17 0.47
HSL 144.62º 0.17% 0.45% -
HSV(B) 144.62º 0.29% 0.53% -
XYZ 16.11 20.63 18.17 -
YUV 119.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 95 134 111 0.29 0 0.17 0.47 144.62 0.17 0.45
Hex 5F 86 6F 1D 0 11 2F 91 11 2D
Octal 137 206 157 35 0 21 57 221 21 55
Binary 1011111 10000110 1101111 11101 0 10001 101111 10010001 10001 101101

Color Harmonies of #5F866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F866F

Black with #5F866F

Text Example


Text Example

White with #5F866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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