#618D67

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

Shades of Laurel #618D67

Tints of Laurel #618D67

Color information

#618D67 (or 0x618D67) is unknown color: approx Laurel. HEX triplet: 61, 8D and 67. RGB value is (97,141,103). Sum of RGB (Red+Green+Blue) = 97+141+103=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #618D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D67 is #9E7298. Grayscale: #7B7B7B. Windows color (decimal): -10384025 or 6786401. OLE color: 6786401.

HSL color Cylindrical-coordinate representation of color #618D67: hue angle of 128.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D67 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB97141103-
CMYK0.3100.270.45
HSL128.18º18.49%46.67%-
HSV(B)128.18º31.21%55.29%-
XYZ16.922.5716.3-
YUV123.51116.42109.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=28.45%
G=41.35%
B=30.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411030.3100.270.45128.1818.4946.67
Hex618D671F01B2D80122f
Octal14121514737033552002257
Binary1100001100011011100111111110110111011011000000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,103); }

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

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

 a { background-color: rgb(97,141,103); }

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

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

 span { border-color: rgb(97,141,103); }

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