#619066

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

Shades of Laurel #619066

Tints of Laurel #619066

Color information

#619066 (or 0x619066) is unknown color: approx Laurel. HEX triplet: 61, 90 and 66. RGB value is (97,144,102). Sum of RGB (Red+Green+Blue) = 97+144+102=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #619066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619066 is #9E6F99. Grayscale: #7D7D7D. Windows color (decimal): -10383258 or 6721633. OLE color: 6721633.

HSL color Cylindrical-coordinate representation of color #619066: hue angle of 126.38º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619066 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB97144102-
CMYK0.3300.290.44
HSL126.38º19.5%47.25%-
HSV(B)126.38º32.64%56.47%-
XYZ17.323.4516.18-
YUV125.16114.93107.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=28.28%
G=41.98%
B=29.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971441020.3300.290.44126.3819.547.25
Hex6190662101D2C7e142f
Octal14122014641035541762457
Binary1100001100100001100110100001011101101100111111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619066; }

 p { color: rgb(97,144,102); }

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

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

 a { background-color: rgb(97,144,102); }

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

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

 span { border-color: rgb(97,144,102); }

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