#619169

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

Shades of Laurel #619169

Tints of Laurel #619169

Color information

#619169 (or 0x619169) is unknown color: approx Laurel. HEX triplet: 61, 91 and 69. RGB value is (97,145,105). Sum of RGB (Red+Green+Blue) = 97+145+105=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #619169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619169 is #9E6E96. Grayscale: #7E7E7E. Windows color (decimal): -10382999 or 6918497. OLE color: 6918497.

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

Color convert

RGB97145105-
CMYK0.3300.280.43
HSL130º19.83%47.45%-
HSV(B)130º33.1%56.86%-
XYZ17.623.8117.03-
YUV126.09116.1107.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=27.95%
G=41.79%
B=30.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451050.3300.280.4313019.8347.45
Hex6191692101C2B82142f
Octal14122115141034532022457
Binary11000011001000111010011000010111001010111000001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619169; }

 p { color: rgb(97,145,105); }

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

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

 a { background-color: rgb(97,145,105); }

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

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

 span { border-color: rgb(97,145,105); }

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