#618765

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

Shades of Laurel #618765

Tints of Laurel #618765

Color information

#618765 (or 0x618765) is unknown color: approx Laurel. HEX triplet: 61, 87 and 65. RGB value is (97,135,101). Sum of RGB (Red+Green+Blue) = 97+135+101=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #618765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618765 is #9E789A. Grayscale: #777777. Windows color (decimal): -10385563 or 6653793. OLE color: 6653793.

HSL color Cylindrical-coordinate representation of color #618765: hue angle of 126.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618765 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB97135101-
CMYK0.2800.250.47
HSL126.32º16.38%45.49%-
HSV(B)126.32º28.15%52.94%-
XYZ15.9420.8115.49-
YUV119.76117.41111.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=29.13%
G=40.54%
B=30.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351010.2800.250.47126.3216.3845.49
Hex6187651C0192F7e102d
Octal14120714534031571762055
Binary110000110000111110010111100011001101111111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618765; }

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

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

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

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

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

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

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

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