#619D66

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

Shades of Laurel #619D66

Tints of Laurel #619D66

Color information

#619D66 (or 0x619D66) is unknown color: approx Laurel. HEX triplet: 61, 9D and 66. RGB value is (97,157,102). Sum of RGB (Red+Green+Blue) = 97+157+102=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #619D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D66 is #9E6299. Grayscale: #848484. Windows color (decimal): -10379930 or 6724961. OLE color: 6724961.

HSL color Cylindrical-coordinate representation of color #619D66: hue angle of 125º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D66 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB97157102-
CMYK0.3800.350.38
HSL125º23.62%49.8%-
HSV(B)125º38.22%61.57%-
XYZ19.3927.6116.88-
YUV132.79110.62102.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 157 (61.72% from 255) = 44.10%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=27.25%
G=44.10%
B=28.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571020.3800.350.3812523.6249.8
Hex619D6626023267d1832
Octal14123514646043461753062
Binary11000011001110111001101001100100011100110111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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