#5C8B67

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

Shades of Laurel #5C8B67

Tints of Laurel #5C8B67

Color information

#5C8B67 (or 0x5C8B67) is unknown color: approx Laurel. HEX triplet: 5C, 8B and 67. RGB value is (92,139,103). Sum of RGB (Red+Green+Blue) = 92+139+103=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8B67 is #A37498. Grayscale: #787878. Windows color (decimal): -10712217 or 6785884. OLE color: 6785884.

HSL color Cylindrical-coordinate representation of color #5C8B67: hue angle of 134.04º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C8B67 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB92139103-
CMYK0.3400.260.45
HSL134.04º20.35%45.29%-
HSV(B)134.04º33.81%54.51%-
XYZ16.0921.7216.18-
YUV120.84117.93107.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.54%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=27.54%
G=41.62%
B=30.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal921391030.3400.260.45134.0420.3545.29
Hex5C8B672201A2D86142d
Octal13421314742032552062455
Binary10111001000101111001111000100110101011011000011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,139,103); }

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

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

 a { background-color: rgb(92,139,103); }

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

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

 span { border-color: rgb(92,139,103); }

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