#5F8F69

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

Shades of Laurel #5F8F69

Tints of Laurel #5F8F69

Color information

#5F8F69 (or 0x5F8F69) is unknown color: approx Laurel. HEX triplet: 5F, 8F and 69. RGB value is (95,143,105). Sum of RGB (Red+Green+Blue) = 95+143+105=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F69 is #A07096. Grayscale: #7C7C7C. Windows color (decimal): -10514583 or 6917983. OLE color: 6917983.

HSL color Cylindrical-coordinate representation of color #5F8F69: hue angle of 132.5º 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 #5F8F69 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB95143105-
CMYK0.3400.270.44
HSL132.5º20.17%46.67%-
HSV(B)132.5º33.57%56.08%-
XYZ17.0923.116.92-
YUV124.32117.1107.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=27.70%
G=41.69%
B=30.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951431050.3400.270.44132.520.1746.67
Hex5F8F692201B2C84142f
Octal13721715142033542042457
Binary10111111000111111010011000100110111011001000010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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