#618A65

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

Shades of Laurel #618A65

Tints of Laurel #618A65

Color information

#618A65 (or 0x618A65) is unknown color: approx Laurel. HEX triplet: 61, 8A and 65. RGB value is (97,138,101). Sum of RGB (Red+Green+Blue) = 97+138+101=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #618A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A65 is #9E759A. Grayscale: #797979. Windows color (decimal): -10384795 or 6654561. OLE color: 6654561.

HSL color Cylindrical-coordinate representation of color #618A65: hue angle of 125.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618A65 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB97138101-
CMYK0.3000.270.46
HSL125.85º17.45%46.08%-
HSV(B)125.85º29.71%54.12%-
XYZ16.3721.6615.63-
YUV121.52116.42110.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=28.87%
G=41.07%
B=30.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971381010.3000.270.46125.8517.4546.08
Hex618A651E01B2E7e112e
Octal14121214536033561762156
Binary110000110001010110010111110011011101110111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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