#619B65

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

Shades of Laurel #619B65

Tints of Laurel #619B65

Color information

#619B65 (or 0x619B65) is unknown color: approx Laurel. HEX triplet: 61, 9B and 65. RGB value is (97,155,101). Sum of RGB (Red+Green+Blue) = 97+155+101=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #619B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619B65 is #9E649A. Grayscale: #838383. Windows color (decimal): -10380443 or 6658913. OLE color: 6658913.

HSL color Cylindrical-coordinate representation of color #619B65: hue angle of 124.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B65 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB97155101-
CMYK0.3700.350.39
HSL124.14º23.02%49.41%-
HSV(B)124.14º37.42%60.78%-
XYZ1926.9216.51-
YUV131.5110.78103.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=27.48%
G=43.91%
B=28.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971551010.3700.350.39124.1423.0249.41
Hex619B6525023277c1731
Octal14123314545043471742761
Binary11000011001101111001011001010100011100111111110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619B65; }

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

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

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

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

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

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

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

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