#619768

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

Shades of Laurel #619768

Tints of Laurel #619768

Color information

#619768 (or 0x619768) is unknown color: approx Laurel. HEX triplet: 61, 97 and 68. RGB value is (97,151,104). Sum of RGB (Red+Green+Blue) = 97+151+104=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #619768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619768 is #9E6897. Grayscale: #818181. Windows color (decimal): -10381464 or 6854497. OLE color: 6854497.

HSL color Cylindrical-coordinate representation of color #619768: hue angle of 127.78º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619768 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB97151104-
CMYK0.3600.310.41
HSL127.78º21.77%48.63%-
HSV(B)127.78º35.76%59.22%-
XYZ18.525.6717.08-
YUV129.5113.61104.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=27.56%
G=42.90%
B=29.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511040.3600.310.41127.7821.7748.63
Hex6197682401F29801631
Octal14122715044037512002661
Binary11000011001011111010001001000111111010011000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619768; }

 p { color: rgb(97,151,104); }

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

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

 a { background-color: rgb(97,151,104); }

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

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

 span { border-color: rgb(97,151,104); }

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