#618B6D

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

Shades of Laurel #618B6D

Tints of Laurel #618B6D

Color information

#618B6D (or 0x618B6D) is unknown color: approx Laurel. HEX triplet: 61, 8B and 6D. RGB value is (97,139,109). Sum of RGB (Red+Green+Blue) = 97+139+109=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #618B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B6D is #9E7492. Grayscale: #7B7B7B. Windows color (decimal): -10384531 or 7179105. OLE color: 7179105.

HSL color Cylindrical-coordinate representation of color #618B6D: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B6D is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB97139109-
CMYK0.3000.220.45
HSL137.14º17.8%46.27%-
HSV(B)137.14º30.22%54.51%-
XYZ16.9222.1117.84-
YUV123.02120.09109.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=28.12%
G=40.29%
B=31.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971391090.3000.220.45137.1417.846.27
Hex618B6D1E0162D89122e
Octal14121315536026552112256
Binary1100001100010111101101111100101101011011000100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618B6D; }

 p { color: rgb(97,139,109); }

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

<style>
 a { background-color: #618B6D; }

 a { background-color: rgb(97,139,109); }

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

<style>
 span { border-color: #618B6D; }

 span { border-color: rgb(97,139,109); }

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