#619C64

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

Shades of Laurel #619C64

Tints of Laurel #619C64

Color information

#619C64 (or 0x619C64) is unknown color: approx Laurel. HEX triplet: 61, 9C and 64. RGB value is (97,156,100). Sum of RGB (Red+Green+Blue) = 97+156+100=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #619C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C64 is #9E639B. Grayscale: #848484. Windows color (decimal): -10380188 or 6593633. OLE color: 6593633.

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

Color convert

RGB97156100-
CMYK0.3800.360.39
HSL123.05º23.32%49.61%-
HSV(B)123.05º37.82%61.18%-
XYZ19.1227.2416.31-
YUV131.98109.95103.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=27.48%
G=44.19%
B=28.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971561000.3800.360.39123.0523.3249.61
Hex619C6426024277b1732
Octal14123414446044471732762
Binary11000011001110011001001001100100100100111111101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,156,100); }

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

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

 a { background-color: rgb(97,156,100); }

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

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

 span { border-color: rgb(97,156,100); }

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