#619C66

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

Shades of Laurel #619C66

Tints of Laurel #619C66

Color information

#619C66 (or 0x619C66) is unknown color: approx Laurel. HEX triplet: 61, 9C and 66. RGB value is (97,156,102). Sum of RGB (Red+Green+Blue) = 97+156+102=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #619C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C66 is #9E6399. Grayscale: #848484. Windows color (decimal): -10380186 or 6724705. OLE color: 6724705.

HSL color Cylindrical-coordinate representation of color #619C66: hue angle of 125.08º 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 #619C66 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB97156102-
CMYK0.3800.350.39
HSL125.08º23.32%49.61%-
HSV(B)125.08º37.82%61.18%-
XYZ19.2227.2816.82-
YUV132.2110.95102.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=27.32%
G=43.94%
B=28.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971561020.3800.350.39125.0823.3249.61
Hex619C6626023277d1732
Octal14123414646043471752762
Binary11000011001110011001101001100100011100111111110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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