#5F9468

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

Shades of Laurel #5F9468

Tints of Laurel #5F9468

Color information

#5F9468 (or 0x5F9468) is unknown color: approx Laurel. HEX triplet: 5F, 94 and 68. RGB value is (95,148,104). Sum of RGB (Red+Green+Blue) = 95+148+104=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9468 is #A06B97. Grayscale: #7F7F7F. Windows color (decimal): -10513304 or 6853727. OLE color: 6853727.

HSL color Cylindrical-coordinate representation of color #5F9468: hue angle of 130.19º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F9468 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB95148104-
CMYK0.3600.300.42
HSL130.19º21.81%47.65%-
HSV(B)130.19º35.81%58.04%-
XYZ17.8124.6116.91-
YUV127.14114.94105.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=27.38%
G=42.65%
B=29.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951481040.3600.300.42130.1921.8147.65
Hex5F94682401E2A821630
Octal13722415044036522022660
Binary10111111001010011010001001000111101010101000001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,148,104); }

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

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

 a { background-color: rgb(95,148,104); }

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

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

 span { border-color: rgb(95,148,104); }

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