#619467

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

Shades of Laurel #619467

Tints of Laurel #619467

Color information

#619467 (or 0x619467) is unknown color: approx Laurel. HEX triplet: 61, 94 and 67. RGB value is (97,148,103). Sum of RGB (Red+Green+Blue) = 97+148+103=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #619467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619467 is #9E6B98. Grayscale: #7F7F7F. Windows color (decimal): -10382233 or 6788193. OLE color: 6788193.

HSL color Cylindrical-coordinate representation of color #619467: hue angle of 127.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619467 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB97148103-
CMYK0.3400.300.42
HSL127.06º20.82%48.04%-
HSV(B)127.06º34.46%58.04%-
XYZ17.9724.716.65-
YUV127.62114.1106.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=27.87%
G=42.53%
B=29.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481030.3400.300.42127.0620.8248.04
Hex6194672201E2A7f1530
Octal14122414742036521772560
Binary1100001100101001100111100010011110101010111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619467; }

 p { color: rgb(97,148,103); }

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

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

 a { background-color: rgb(97,148,103); }

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

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

 span { border-color: rgb(97,148,103); }

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