#618E65

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

Shades of Laurel #618E65

Tints of Laurel #618E65

Color information

#618E65 (or 0x618E65) is unknown color: approx Laurel. HEX triplet: 61, 8E and 65. RGB value is (97,142,101). Sum of RGB (Red+Green+Blue) = 97+142+101=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #618E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E65 is #9E719A. Grayscale: #7B7B7B. Windows color (decimal): -10383771 or 6655585. OLE color: 6655585.

HSL color Cylindrical-coordinate representation of color #618E65: hue angle of 125.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618E65 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB97142101-
CMYK0.3200.290.44
HSL125.33º18.83%46.86%-
HSV(B)125.33º31.69%55.69%-
XYZ16.9522.8315.82-
YUV123.87115.09108.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 142 (55.86% from 255) = 41.76%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=28.53%
G=41.76%
B=29.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971421010.3200.290.44125.3318.8346.86
Hex618E652001D2C7d132f
Octal14121614540035541752357
Binary1100001100011101100101100000011101101100111110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,142,101); }

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

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

 a { background-color: rgb(97,142,101); }

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

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

 span { border-color: rgb(97,142,101); }

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