#618965

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

Shades of Laurel #618965

Tints of Laurel #618965

Color information

#618965 (or 0x618965) is unknown color: approx Laurel. HEX triplet: 61, 89 and 65. RGB value is (97,137,101). Sum of RGB (Red+Green+Blue) = 97+137+101=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #618965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618965 is #9E769A. Grayscale: #797979. Windows color (decimal): -10385051 or 6654305. OLE color: 6654305.

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

Color convert

RGB97137101-
CMYK0.2900.260.46
HSL126º17.09%45.88%-
HSV(B)126º29.2%53.73%-
XYZ16.2221.3715.58-
YUV120.94116.75110.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=28.96%
G=40.90%
B=30.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371010.2900.260.4612617.0945.88
Hex6189651D01A2E7e112e
Octal14121114535032561762156
Binary110000110001001110010111101011010101110111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618965; }

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

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

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

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

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

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

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

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