#5F8F6B

Color #5F8F6B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #5F8F6B

Tints of Laurel #5F8F6B

Color information

#5F8F6B (or 0x5F8F6B) is unknown color: approx Laurel. HEX triplet: 5F, 8F and 6B. RGB value is (95,143,107). Sum of RGB (Red+Green+Blue) = 95+143+107=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F6B is #A07094. Grayscale: #7C7C7C. Windows color (decimal): -10514581 or 7049055. OLE color: 7049055.

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

Color convert

RGB95143107-
CMYK0.3400.250.44
HSL135º20.17%46.67%-
HSV(B)135º33.57%56.08%-
XYZ17.223.1417.47-
YUV124.54118.1106.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.54%
GREEN value IS 143 (56.25% from 255) = 41.45%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=27.54%
G=41.45%
B=31.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951431070.3400.250.4413520.1746.67
Hex5F8F6B220192C87142f
Octal13721715342031542072457
Binary10111111000111111010111000100110011011001000011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,143,107); }

 H1.HeaderClassName
 {
   color: #5F8F6B;
 }
 .AnyTagClassName
 {
   color: #5F8F6B;
 }
</style>
background-color css

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

 a { background-color: rgb(95,143,107); }

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

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

 span { border-color: rgb(95,143,107); }

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