#619764

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

Shades of Laurel #619764

Tints of Laurel #619764

Color information

#619764 (or 0x619764) is unknown color: approx Laurel. HEX triplet: 61, 97 and 64. RGB value is (97,151,100). Sum of RGB (Red+Green+Blue) = 97+151+100=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #619764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619764 is #9E689B. Grayscale: #818181. Windows color (decimal): -10381468 or 6592353. OLE color: 6592353.

HSL color Cylindrical-coordinate representation of color #619764: hue angle of 123.33º 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 #619764 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB97151100-
CMYK0.3600.340.41
HSL123.33º21.77%48.63%-
HSV(B)123.33º35.76%59.22%-
XYZ18.325.5916.03-
YUV129.04111.61105.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=27.87%
G=43.39%
B=28.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511000.3600.340.41123.3321.7748.63
Hex61976424022297b1631
Octal14122714444042511732661
Binary11000011001011111001001001000100010101001111101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619764; }

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

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

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

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

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

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

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

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