#618165

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

Shades of Laurel #618165

Tints of Laurel #618165

Color information

#618165 (or 0x618165) is unknown color: approx Laurel. HEX triplet: 61, 81 and 65. RGB value is (97,129,101). Sum of RGB (Red+Green+Blue) = 97+129+101=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #618165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618165 is #9E7E9A. Grayscale: #747474. Windows color (decimal): -10387099 or 6652257. OLE color: 6652257.

HSL color Cylindrical-coordinate representation of color #618165: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618165 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB97129101-
CMYK0.2500.220.49
HSL127.5º14.16%44.31%-
HSV(B)127.5º24.81%50.59%-
XYZ15.1319.1815.22-
YUV116.24119.4114.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=29.66%
G=39.45%
B=30.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971291010.2500.220.49127.514.1644.31
Hex61816519016317fe2c
Octal14120114531026611771654
Binary11000011000000111001011100101011011000111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618165; }

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

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

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

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

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

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

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

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