#618065

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

Shades of Laurel #618065

Tints of Laurel #618065

Color information

#618065 (or 0x618065) is unknown color: approx Laurel. HEX triplet: 61, 80 and 65. RGB value is (97,128,101). Sum of RGB (Red+Green+Blue) = 97+128+101=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #618065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618065 is #9E7F9A. Grayscale: #737373. Windows color (decimal): -10387355 or 6652001. OLE color: 6652001.

HSL color Cylindrical-coordinate representation of color #618065: hue angle of 127.74º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618065 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB97128101-
CMYK0.2400.210.50
HSL127.74º13.78%44.12%-
HSV(B)127.74º24.22%50.2%-
XYZ1518.9215.17-
YUV115.65119.73114.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=29.75%
G=39.26%
B=30.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281010.2400.210.50127.7413.7844.12
Hex618065180153280e2c
Octal14120014530025622001654
Binary110000110000000110010111000010101110010100000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618065; }

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

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

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

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

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

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

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

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